Skip to content

Commit

Permalink
Fix the ReadTheDocs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Nov 15, 2023
1 parent c0a6ec0 commit f9b1494
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ sphinx:
fail_on_warning: true

build:
image: latest
os: ubuntu-20.04
tools:
# For available versions, see:
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python
python: "3.8" # Keep in sync with .github/workflows/checks.yml

python:
# For available versions, see:
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-image
version: 3.8 # Keep in sync with .github/workflows/checks.yml
install:
- requirements: docs/requirements.txt
- path: .

0 comments on commit f9b1494

Please sign in to comment.