Skip to content

Commit 3a1d30a

Browse files
committed
declare python requirements required to build the docs
1 parent e5e161b commit 3a1d30a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.readthedocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ sphinx:
3232
# Optional but recommended, declare the Python requirements required
3333
# to build your documentation
3434
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
35-
# python:
36-
# install:
37-
# - requirements: docs/requirements.txt
35+
python:
36+
install:
37+
- requirements: docs/requirements.txt

docs/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)