Skip to content

Commit

Permalink
Experiment with using Python 3.9 for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
perwin committed Apr 25, 2024
1 parent 9c4d3f1 commit 6d26807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.9"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ipykernel
nbsphinx
sphinx==4.2.0
# the following is necessary in order for sphinx to be imported import without error!
jinja2==3.0.0

0 comments on commit 6d26807

Please sign in to comment.