Skip to content

Commit a10830d

Browse files
authored
ci: pin requirements on Read the Docs (#429)
1 parent ddaf485 commit a10830d

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.readthedocs.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ sphinx:
88
formats:
99
- htmlzip
1010

11-
python:
12-
version: "3.8"
13-
install:
14-
- method: pip
15-
path: .
16-
extra_requirements:
17-
- doc
11+
build:
12+
os: ubuntu-20.04
13+
tools:
14+
python: "3.8"
15+
apt_packages:
16+
- graphviz
17+
jobs:
18+
post_install:
19+
- pip install -e .[doc] -c .constraints/py3.8.txt

0 commit comments

Comments
 (0)