Skip to content

Commit 9f33c47

Browse files
Explicitly install sphinx-rtd-theme when building documentation on RTD
1 parent 31ac9f5 commit 9f33c47

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ sphinx:
1111

1212
formats: all
1313

14+
python:
15+
install:
16+
- requirements: doc/OnlineDocs/requirements.txt
17+
1418
# Set the version of Python and requirements required to build the docs
1519
#python:
1620
# version: 3

doc/OnlineDocs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx-rtd-theme

0 commit comments

Comments
 (0)