Skip to content

Commit 6f9db3c

Browse files
committed
requirements.txt for ReadTheDocs.
Not great as it will need to be updated to keep in sync with the Pipfile.
1 parent 4c8e987 commit 6f9db3c

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed

.readthedocs.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# .readthedocs.yml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
# Build documentation in the docs/ directory with Sphinx
9+
sphinx:
10+
configuration: docs/source/conf.py
11+
12+
# Build documentation with MkDocs
13+
#mkdocs:
14+
# configuration: mkdocs.yml
15+
16+
# Optionally build your docs in additional formats such as PDF and ePub
17+
formats: all
18+
19+
# Optionally set the version of Python and requirements required to build your docs
20+
python:
21+
version: 3.7
22+
install:
23+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
alabaster==0.7.12
2+
Babel==2.7.0
3+
bleach==3.1.0
4+
certifi==2019.11.28
5+
chardet==3.0.4
6+
coverage==4.5.4
7+
docutils==0.15.2
8+
entrypoints==0.3
9+
idna==2.8
10+
ifaddr==0.1.6
11+
imagesize==1.1.0
12+
importlib-metadata==0.23
13+
ipaddress==1.0.23
14+
Jinja2==2.10.3
15+
keyring==19.2.0
16+
MarkupSafe==1.1.1
17+
more-itertools==7.2.0
18+
netifaces==0.10.9
19+
packaging==19.2
20+
pkginfo==1.5.0.1
21+
Pygments==2.5.2
22+
pyparsing==2.4.5
23+
pytz==2019.3
24+
readme-renderer==24.0
25+
requests==2.22.0
26+
requests-toolbelt==0.9.1
27+
six==1.13.0
28+
snowballstemmer==2.0.0
29+
Sphinx==2.2.1
30+
sphinx-rtd-theme==0.4.3
31+
sphinxcontrib-applehelp==1.0.1
32+
sphinxcontrib-devhelp==1.0.1
33+
sphinxcontrib-htmlhelp==1.0.2
34+
sphinxcontrib-jsmath==1.0.1
35+
sphinxcontrib-qthelp==1.0.2
36+
sphinxcontrib-serializinghtml==1.1.3
37+
tqdm==4.39.0
38+
twine==3.1.1
39+
urllib3==1.25.7
40+
webencodings==0.5.1
41+
zeroconf==0.24.0
42+
zipp==0.6.0

0 commit comments

Comments
 (0)