Skip to content

Commit 0b6a0aa

Browse files
committed
Add requirements file for docs.
1 parent d8efa17 commit 0b6a0aa

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ sphinx:
1616
configuration: docs/conf.py
1717
# We recommend specifying your dependencies to enable reproducible builds:
1818
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
19-
# python:
20-
# install:
21-
# - requirements: docs/requirements.txt1
19+
python:
20+
install:
21+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pycryptodome==3.18.0
2+
Requests==2.31.0
3+
setuptools==45.2.0

0 commit comments

Comments
 (0)