Skip to content

Commit

Permalink
rtd config tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
zlovatt committed Oct 26, 2021
1 parent c7a0398 commit d872838
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ version: 2

# Set the version of Python and other tools you might need
build:
#os: ubuntu-20.04
os: ubuntu-20.04
tools:
python: 2.7
python: "2.7"
# You can also specify other tool versions:
# nodejs: "16"
# rust: "1.55"
Expand All @@ -25,5 +25,6 @@ sphinx:

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements.txt
version: 2.7
install:
- requirements: docs/requirements.txt

0 comments on commit d872838

Please sign in to comment.