Skip to content

Commit a78d317

Browse files
committed
doc(readthedocs): update readthedocs.yaml to include requirements.txt
readthedocs/readthedocs.org#7704 (comment)
1 parent f619763 commit a78d317

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/en_GB/.readthedocs.yaml

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

docs/zh_CN/.readthedocs.yaml

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

0 commit comments

Comments
 (0)