Skip to content

Commit

Permalink
DX: pin dependencies in RTD configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Nov 2, 2023
1 parent 0c4aed9 commit 32fb870
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-22.04
tools:
python: "3.8"
apt_packages:
- graphviz
jobs:
post_install:
- pip install -e .[doc] -c .constraints/py3.8.txt

0 comments on commit 32fb870

Please sign in to comment.