Skip to content

Commit

Permalink
Merge pull request #480 from dajiaji/fix-readthedoc-yml
Browse files Browse the repository at this point in the history
Fix .readthedocs.yml.
  • Loading branch information
dajiaji authored Nov 25, 2023
2 parents e7e7b17 + 9fe6721 commit 179ba29
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
python: "3.11"

python:
install:
- method: pip
path: .
extra_requirements:
- docs

sphinx:
configuration: docs/conf.py

0 comments on commit 179ba29

Please sign in to comment.