Skip to content

Commit 8f3cfa7

Browse files
committed
PEEK-1326 Added solution to fix readthedocs.org fail
Upstream cause is at readthedocs/readthedocs.org#8616 (comment) The solution is at readthedocs/readthedocs.org#8616 (comment)
1 parent 4a4e546 commit 8f3cfa7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
version: 2
2+
3+
python:
4+
install:
5+
- requirements: docs/rtfd_requirements.txt

docs/rtfd_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pytmpdir
22
peek_plugin_base
33
sphinx<4
4+
docutils<0.18

0 commit comments

Comments
 (0)