Skip to content

Commit cc8f203

Browse files
Troubleshoot readthedocs build (#35)
* Unpin myst-parser * Remove fail on warning for docs * Remove pdf output
1 parent bffb15e commit cc8f203

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 2
99
build:
1010
os: ubuntu-20.04
1111
tools:
12-
python: '3.9'
12+
python: '3.11'
1313
# You can also specify other tool versions:
1414
# nodejs: "16"
1515
# rust: "1.55"
@@ -19,11 +19,11 @@ build:
1919
sphinx:
2020
builder: html
2121
# configuration: docs/conf.py
22-
fail_on_warning: true
22+
fail_on_warning: false
2323

2424
# If using Sphinx, optionally build your docs in additional formats such as PDF
25-
formats:
26-
- pdf
25+
# formats:
26+
# - pdf
2727

2828
# Optionally declare the Python requirements required to build your docs
2929
python:

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
myst_parser==0.18.0
1+
myst_parser
22
jupyterlite-sphinx
33
sphinx
44
sphinx-rtd-theme

0 commit comments

Comments
 (0)