Skip to content

Commit

Permalink
Move to requirements.txt over Pipenv for RTD
Browse files Browse the repository at this point in the history
Looks like readthedocs.org only supports specifying dependencies via
requirements.txt and we need it to use the right Sphinx version
  • Loading branch information
doismellburning committed Nov 30, 2019
1 parent 00fc93b commit 982c51e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 229 deletions.
12 changes: 0 additions & 12 deletions Pipfile

This file was deleted.

217 changes: 0 additions & 217 deletions Pipfile.lock

This file was deleted.

24 changes: 24 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
alabaster==0.7.12
Babel==2.7.0
certifi==2019.11.28
chardet==3.0.4
docutils==0.15.2
idna==2.8
imagesize==1.1.0
Jinja2==2.10.3
MarkupSafe==1.1.1
packaging==19.2
Pygments==2.5.2
pyparsing==2.4.5
pytz==2019.3
requests==2.22.0
six==1.13.0
snowballstemmer==2.0.0
Sphinx==2.2.1
sphinxcontrib-applehelp==1.0.1
sphinxcontrib-devhelp==1.0.1
sphinxcontrib-htmlhelp==1.0.2
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.2
sphinxcontrib-serializinghtml==1.1.3
urllib3==1.25.7

0 comments on commit 982c51e

Please sign in to comment.