Skip to content

Commit 264d080

Browse files
RTD requirements.txt added
1 parent 3c54931 commit 264d080

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: docs/requirements.txt
30+
python:
31+
install:
32+
- requirements: docs/source/requirements.txt

docs/source/requirements.txt

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

0 commit comments

Comments
 (0)