Skip to content

Commit 8f50ddd

Browse files
committed
update doc requirements
1 parent ddc2e1b commit 8f50ddd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.readthedocs.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ sphinx:
2121

2222
# Optionally build your docs in additional formats such as PDF and ePub
2323
# formats:
24-
# - pdf
25-
# - epub
24+
- pdf
25+
- epub
2626

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/requirements.txt

0 commit comments

Comments
 (0)