Skip to content

Commit

Permalink
update rtd config
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoxos committed Nov 7, 2023
1 parent 3b46340 commit 6e55ab3
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# https://docs.readthedocs.io/en/stable/config-file/v2.html
# https://blog.readthedocs.com/migrate-configuration-v2/
version: 2
# default python is 3.7, we need 3.8
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
configuration: doc/source/conf.py
python:
version: 3.8
install:
- requirements: requirements.txt
install:
- requirements: requirements.txt

0 comments on commit 6e55ab3

Please sign in to comment.