Skip to content

Commit 9e51a11

Browse files
committed
Pin versions of Sphinx and rtd theme
1 parent 09d6682 commit 9e51a11

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.readthedocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ build:
77
tools:
88
python: "3.9"
99

10+
sphinx:
11+
configuration: docs/conf.py
12+
1013
formats:
1114
- pdf
1215

1316
python:
1417
install:
18+
- requirements: docs/requirements.txt
1519
- path: .

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx==4.2.0
2+
sphinx_rtd_theme==1.0.0

0 commit comments

Comments
 (0)