Skip to content

Commit

Permalink
fix broken doc building on readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Jul 16, 2023
1 parent d22f8c5 commit 7fe1382
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>=5', 'sphinx-autodoc-typehints', 'sphinx-rtd-theme'],
'docs': ['sphinx>=5,<7', 'sphinx-autodoc-typehints', 'sphinx-rtd-theme'],
},
long_description=pathlib.Path('README.rst').read_text(encoding='utf-8'),
classifiers=[
Expand Down

0 comments on commit 7fe1382

Please sign in to comment.