Skip to content

Commit

Permalink
docs: Update Read the Docs configuration (#58)
Browse files Browse the repository at this point in the history
To set python version via `build.tools.python` instead of
`python.version`.
  • Loading branch information
playpauseandstop authored Nov 1, 2021
1 parent 1a27f25 commit b673dc5
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
version: 2

sphinx:
configuration: "docs/conf.py"
build:
os: "ubuntu-20.04"
tools:
python: "3.10"

python:
version: "3.10"
install:
- requirements: "docs/requirements.txt"
- requirements: "docs/requirements-sphinx.txt"
- requirements: "./docs/requirements.txt"
- requirements: "./docs/requirements-sphinx.txt"

sphinx:
configuration: "./docs/conf.py"

0 comments on commit b673dc5

Please sign in to comment.