Skip to content

Commit

Permalink
Merge pull request #561 from jakobandersen/sphinx_3.2
Browse files Browse the repository at this point in the history
Allow Sphinx 3.2
  • Loading branch information
vermeeren authored Aug 6, 2020
2 parents e3fcc6c + 8d07f40 commit 385ebf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ docutils>=0.12
Jinja2>=2.7.3
MarkupSafe>=0.23
Pygments>=1.6
Sphinx>=3.0,<3.2
Sphinx>=3.0,<3.3
six>=1.9.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
render `Doxygen <http://www.doxygen.org>`__ xml output.
'''

requires = ['Sphinx>=3.0,<3.2', 'docutils>=0.12', 'six>=1.9']
requires = ['Sphinx>=3.0,<3.3', 'docutils>=0.12', 'six>=1.9']

if sys.version_info < (3, 5):
print('ERROR: Sphinx requires at least Python 3.5 to run.')
Expand Down

0 comments on commit 385ebf6

Please sign in to comment.