Skip to content

Commit 8435579

Browse files
committed
pinning docutils for readthedocs
1 parent 02a7b4a commit 8435579

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.readthedocs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
version: 2
22

3+
python:
4+
version: 3.9
5+
install:
6+
- method: pip
7+
path: ./docs/requirements.txt
8+
39
build:
410
os: ubuntu-20.04
511
tools:

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx<2
2+
docutils<0.18

0 commit comments

Comments
 (0)