Skip to content

Commit 878296e

Browse files
committed
Add explicit docs requirements
ReadTheDocs no longer installs rtd-theme by default in its virtual environments, so we need to explicitly install it.
1 parent 74cbc3b commit 878296e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ sphinx:
1111
python:
1212
install:
1313
- path: .
14+
- requirements: docs/requirements.txt

docs/requirements.txt

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

0 commit comments

Comments
 (0)