Skip to content

Commit

Permalink
ci: pin requirements on Read the Docs (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Apr 11, 2022
1 parent ddaf485 commit a10830d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ sphinx:
formats:
- htmlzip

python:
version: "3.8"
install:
- method: pip
path: .
extra_requirements:
- doc
build:
os: ubuntu-20.04
tools:
python: "3.8"
apt_packages:
- graphviz
jobs:
post_install:
- pip install -e .[doc] -c .constraints/py3.8.txt

0 comments on commit a10830d

Please sign in to comment.