We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9432ef commit 5dc2ea2Copy full SHA for 5dc2ea2
.readthedocs.yaml
@@ -30,6 +30,6 @@ formats:
30
# Optional but recommended, declare the Python requirements required
31
# to build your documentation
32
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
33
-# python:
34
-# install:
35
-# - requirements: docs/requirements.txt
+python:
+ install:
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -0,0 +1,2 @@
1
+cryptography >= 3.4
2
+typing_extensions >= 4.5.0
0 commit comments