Skip to content

Commit

Permalink
Added requirements.txt for reproducible builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieuwkje-firely committed Aug 28, 2023
1 parent 34c0d8d commit ea7165a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ sphinx:

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: ./requirements.txt
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
pillow
mock==1.0.1
alabaster>=0.7,<0.8,!=0.7.5
commonmark==0.9.1
recommonmark==0.5.0
sphinx
sphinx-rtd-theme
readthedocs-sphinx-ext<2.3

0 comments on commit ea7165a

Please sign in to comment.