Skip to content

Commit

Permalink
fix doc build broken by Sphinx 5
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Jun 3, 2022
1 parent 3721202 commit 61c42e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'test': ['pytest>=7',
'pytest-mock>=3', 'mock>=4',
'pytest-cov', 'coverage'],
'docs': ['sphinx>=4', 'sphinx-autodoc-typehints', 'sphinx-rtd-theme'],
'docs': ['sphinx>=4,<5', 'sphinx-autodoc-typehints', 'sphinx-rtd-theme'],
},
long_description=pathlib.Path('README.rst').read_text(encoding='utf-8'),
classifiers=[
Expand Down

0 comments on commit 61c42e1

Please sign in to comment.