Skip to content

Commit 4b658b7

Browse files
Merge pull request #5 from SalvadorBrandolin/main
readthedocs.yml requirements
2 parents 7f884b0 + d8b4085 commit 4b658b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.readthedocs.yml

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

0 commit comments

Comments
 (0)