Skip to content

Commit

Permalink
Merge pull request #607 from more-itertools/test-docs-fix
Browse files Browse the repository at this point in the history
Attempt to fix the ReadTheDocs build
  • Loading branch information
bbayles committed Apr 19, 2022
2 parents 59aeef1 + 81df802 commit bab5862
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 27 deletions.
28 changes: 1 addition & 27 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1 @@
# What we want
Sphinx==4.3.0

# What we get
alabaster==0.7.12
Babel==2.9.1
certifi==2021.10.8
charset-normalizer==2.0.7
docutils==0.17.1
idna==3.3
imagesize==1.3.0
Jinja2==3.0.3
MarkupSafe==2.0.1
packaging==21.2
Pygments==2.10.0
pyparsing==2.4.7
pytz==2021.3
requests==2.26.0
six==1.16.0
snowballstemmer==2.2.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
urllib3==1.26.7
Sphinx
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from setuptools import setup

setup()

0 comments on commit bab5862

Please sign in to comment.