Skip to content

Commit 9f7b903

Browse files
committed
🙄 misc: Add requirements.txt to make RTD happy
I set up the project using Pipenv, but ReadTheDocs needs a `requirements.txt` to install the dependencies. It wouldn't be an issue normally, except I have the Markdown tables extension installed. It is not installed on RTD VMs by default. Anyways, docs should build and publish after this commit. Signed-off-by: Justin W. Flory <git@jwf.io>
1 parent 054a5e3 commit 9f7b903

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

requirements.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
-i https://pypi.org/simple
2+
alabaster==0.7.12
3+
babel==2.8.0
4+
certifi==2019.11.28
5+
chardet==3.0.4
6+
commonmark==0.9.1
7+
docutils==0.16
8+
idna==2.9
9+
imagesize==1.2.0
10+
jinja2==2.11.1
11+
markdown==3.0.1
12+
markupsafe==1.1.1
13+
packaging==20.3
14+
pygments==2.6.1
15+
pyparsing==2.4.6
16+
pytz==2019.3
17+
recommonmark==0.6.0
18+
requests==2.23.0
19+
six==1.14.0
20+
snowballstemmer==2.0.0
21+
sphinx-markdown-tables==0.0.12
22+
sphinx-rtd-theme==0.4.3
23+
sphinx==2.4.4
24+
sphinxcontrib-applehelp==1.0.2
25+
sphinxcontrib-devhelp==1.0.2
26+
sphinxcontrib-htmlhelp==1.0.3
27+
sphinxcontrib-jsmath==1.0.1
28+
sphinxcontrib-qthelp==1.0.3
29+
sphinxcontrib-serializinghtml==1.1.4
30+
urllib3==1.25.8

0 commit comments

Comments
 (0)