Skip to content

Commit 5dc2ea2

Browse files
committed
Fix doc generation
Missing requirements caused the build to fail to include autogenerated doc text. Signed-off-by: Simo Sorce <[email protected]>
1 parent b9432ef commit 5dc2ea2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ formats:
3030
# Optional but recommended, declare the Python requirements required
3131
# to build your documentation
3232
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
33-
# python:
34-
# install:
35-
# - requirements: docs/requirements.txt
33+
python:
34+
install:
35+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cryptography >= 3.4
2+
typing_extensions >= 4.5.0

0 commit comments

Comments
 (0)