Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit b297342

Browse files
committed
Use requirements.txt
1 parent bc462a4 commit b297342

File tree

2 files changed

+4
-31
lines changed

2 files changed

+4
-31
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ sphinx:
1818

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

docs/requirements.txt

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1 @@
1-
alabaster==0.7.12
2-
argh==0.26.2
3-
Babel==2.9.1
4-
certifi==2018.11.29
5-
chardet==3.0.4
6-
docutils==0.14
7-
idna==2.8
8-
imagesize==1.1.0
9-
Jinja2==2.11.3
10-
livereload==2.6.0
11-
MarkupSafe==1.1.0
12-
packaging==18.0
13-
pathtools==0.1.2
14-
port-for==0.3.1
15-
Pygments==2.3.1
16-
pyparsing==2.3.0
17-
pytz==2018.7
18-
PyYAML==3.13
19-
requests==2.21.0
20-
six==1.12.0
21-
snowballstemmer==1.2.1
22-
Sphinx==1.8.2
23-
sphinx-autobuild==0.7.1
24-
sphinx-rtd-theme==0.4.2
25-
sphinxcontrib-websupport==1.1.0
26-
tornado==5.1.1
27-
urllib3==1.24.2
28-
watchdog==0.9.0
1+
sphinx-rtd-theme==2.0.0

0 commit comments

Comments
 (0)