Skip to content

Commit ea7165a

Browse files
Added requirements.txt for reproducible builds
1 parent 34c0d8d commit ea7165a

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.readthedocs.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ sphinx:
1717

1818
# We recommend specifying your dependencies to enable reproducible builds:
1919
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20-
# python:
21-
# install:
22-
# - requirements: docs/requirements.txt
20+
python:
21+
install:
22+
- requirements: ./requirements.txt

requirements.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
pillow
2+
mock==1.0.1
3+
alabaster>=0.7,<0.8,!=0.7.5
4+
commonmark==0.9.1
5+
recommonmark==0.5.0
6+
sphinx
7+
sphinx-rtd-theme
8+
readthedocs-sphinx-ext<2.3

0 commit comments

Comments
 (0)