Skip to content

Commit 29c432c

Browse files
committed
Update the configuration for readthedocs #29
1 parent ae3e333 commit 29c432c

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.readthedocs.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,10 @@ build:
1313
# Build documentation in the docs/ directory with Sphinx
1414
sphinx:
1515
configuration: docs/conf.py
16+
17+
# Optional but recommended, declare the Python requirements required
18+
# to build your documentation
19+
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20+
python:
21+
install:
22+
- 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)