Commit 0c71dd8a authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

see if python 3.9 fixes the copybutton

parent a969bf00
Pipeline #205 passed with stages
in 15 seconds
...@@ -5,6 +5,12 @@ ...@@ -5,6 +5,12 @@
# Required # Required
version: 2 version: 2
build:
os: ubuntu-20.04
tools:
python: "3.9"
nodejs: 16
# Build documentation in the docs/ directory with Sphinx # Build documentation in the docs/ directory with Sphinx
sphinx: sphinx:
builder: html builder: html
...@@ -12,12 +18,10 @@ sphinx: ...@@ -12,12 +18,10 @@ sphinx:
fail_on_warning: true fail_on_warning: true
# Optionally build your docs in additional formats such as PDF # Optionally build your docs in additional formats such as PDF
formats: formats: all
- pdf
# Optionally set the version of Python and requirements required to build your docs # Optionally set the version of Python and requirements required to build your docs
python: python:
version: 3.8
install: install:
- requirements: doc/requirements.txt - requirements: doc/requirements.txt
- method: pip - method: pip
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment