Skip to content

Commit 8a772c7

Browse files
committed
Readthedocs: add requirements.txt
1 parent 99042a7 commit 8a772c7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ sphinx:
2727
# Optional but recommended, declare the Python requirements required
2828
# to build your documentation
2929
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
30-
# python:
31-
# install:
32-
# - requirements: doc/requirements.txt
30+
python:
31+
install:
32+
- requirements: doc/requirements.txt

doc/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Sphinx >= 7.2.5
2+
sphinx_rtd_theme >= 1.3.0

0 commit comments

Comments
 (0)