Skip to content

Commit ecc44ea

Browse files
authored
Merge pull request #2406 from certtools/fix-readthedocs
doc: readthedocs: enable requirements
2 parents 09b163c + c82a9f0 commit ecc44ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ sphinx:
1717
# Optional but recommended, declare the Python requirements required
1818
# to build your documentation
1919
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20-
# python:
21-
# install:
22-
# - requirements: docs/requirements.txt
20+
python:
21+
install:
22+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)