Skip to content

Commit

Permalink
Update .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
twalen authored May 20, 2022
1 parent 4c4c035 commit d021056
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ build:
- libpq-dev
- libdb-dev
tools:
python: "3.8"
jobs:
pre_build:
- pip install -U "setuptools<<58.0.0"
python: "3.7"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: rst/source/conf.py

python:
install:
- requirements: rst/requirements.txt
- requirements: requirements.txt
system_packages: true

0 comments on commit d021056

Please sign in to comment.