Skip to content

Commit c7441e7

Browse files
committed
Add python requirements
1 parent eca2047 commit c7441e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ sphinx:
1616
# Optionally, but recommended,
1717
# declare the Python requirements required to build your documentation
1818
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
19-
# python:
20-
# install:
21-
# - requirements: docs/requirements.txt
22-
19+
python:
20+
install:
21+
- 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)