Skip to content

Commit

Permalink
Fix doc generation
Browse files Browse the repository at this point in the history
Missing requirements caused the build to fail to include autogenerated
doc text.

Signed-off-by: Simo Sorce <[email protected]>
  • Loading branch information
simo5 committed Feb 22, 2024
1 parent b9432ef commit 5dc2ea2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ formats:
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: docs/requirements.txt
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cryptography >= 3.4
typing_extensions >= 4.5.0

0 comments on commit 5dc2ea2

Please sign in to comment.