We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffb15e commit cc8f203Copy full SHA for cc8f203
.readthedocs.yaml
@@ -9,7 +9,7 @@ version: 2
9
build:
10
os: ubuntu-20.04
11
tools:
12
- python: '3.9'
+ python: '3.11'
13
# You can also specify other tool versions:
14
# nodejs: "16"
15
# rust: "1.55"
@@ -19,11 +19,11 @@ build:
19
sphinx:
20
builder: html
21
# configuration: docs/conf.py
22
- fail_on_warning: true
+ fail_on_warning: false
23
24
# If using Sphinx, optionally build your docs in additional formats such as PDF
25
-formats:
26
- - pdf
+# formats:
+# - pdf
27
28
# Optionally declare the Python requirements required to build your docs
29
python:
docs/requirements.txt
@@ -1,4 +1,4 @@
1
-myst_parser==0.18.0
+myst_parser
2
jupyterlite-sphinx
3
sphinx
4
sphinx-rtd-theme
0 commit comments