Skip to content

Commit

Permalink
Update Sphinx compatibility for <3.5
Browse files Browse the repository at this point in the history
Allow running with Sphinx releases in the 3.4.x series.

Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
  • Loading branch information
utzig authored and vermeeren committed Jan 7, 2021
1 parent 12851c0 commit 61d04b1
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.4
Sphinx>=3.0,<3.5
six>=1.9.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
render `Doxygen <http://www.doxygen.org>`__ xml output.
'''

requires = ['Sphinx>=3.0,<3.4', 'docutils>=0.12', 'six>=1.9']
requires = ['Sphinx>=3.0,<3.5', '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 61d04b1

Please sign in to comment.