Skip to content

Commit

Permalink
Merge pull request #269 from JonathonReinhart/fix-rtd-build-os-error
Browse files Browse the repository at this point in the history
Fix ReadTheDocs build
  • Loading branch information
JonathonReinhart authored Jan 8, 2024
2 parents 033d694 + 0634230 commit a3705ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.10"

sphinx:
configuration: docs/conf.py

Expand Down
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
myst-parser
sphinx
sphinx-rtd-theme
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ scuba
wheel
cffi # Used for test/pyinstall-cffi/
pytest
-r docs/requirements.txt

0 comments on commit a3705ff

Please sign in to comment.