Skip to content

Commit 703a50a

Browse files
authored
Merge pull request #56 from mmarquezs:add-new-readthedocsdotcom-config-file
Add requirements file for docs.
2 parents e670f76 + 0b6a0aa commit 703a50a

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)