Skip to content

Commit ae313d2

Browse files
committed
readthedocs build updates
1 parent 8e8aaa0 commit ae313d2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.readthedocs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ version: 2
33
mkdocs: {} # tell readthedocs to use mkdocs
44

55
python:
6-
version: 3.7
6+
version: 3.8
77
install:
88
- method: pip
99
path: .
10+
extra_requirements:
11+
- rtd
1012
- requirements: docs/.readthedocs-requirements.txt

docs/.readthedocs-requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
shut==0.18.0
3-
pydoc-markdown==4.3.0
2+
shut==0.21.1
3+
pydoc-markdown==4.3.2
44
readthedocs-custom-steps==0.5.1

0 commit comments

Comments
 (0)