Skip to content

Commit

Permalink
Fix release of Sphinx by forcing upgrades to dependencies
Browse files Browse the repository at this point in the history
This fixes sphinx-doc#9434, and should probably go into a new 4.1.1 release
  • Loading branch information
ericholscher committed Jul 12, 2021
1 parent 5559e5a commit 0757521
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Expand Up @@ -15,12 +15,12 @@
sys.exit(1)

install_requires = [
'sphinxcontrib-applehelp',
'sphinxcontrib-devhelp',
'sphinxcontrib-jsmath',
'sphinxcontrib-htmlhelp',
'sphinxcontrib-serializinghtml',
'sphinxcontrib-qthelp',
'sphinxcontrib-applehelp>=1.0.2',
'sphinxcontrib-devhelp>=1.0.2',
'sphinxcontrib-jsmath>=1.0.1',
'sphinxcontrib-htmlhelp>=2.0.0',
'sphinxcontrib-serializinghtml>=1.1.5',
'sphinxcontrib-qthelp>=1.0.3',
'Jinja2>=2.3',
'Pygments>=2.0',
'docutils>=0.14,<0.18',
Expand Down

0 comments on commit 0757521

Please sign in to comment.