Skip to content

Commit

Permalink
bump minimal sphinx dependency in docs extras_requires to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Apr 16, 2022
1 parent 9326bde commit 517f1a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
python_requires='>=3.7',
extras_require={
'dev': ['tox>=3', 'flake8', 'pep8-naming', 'wheel', 'twine'],
'test': ['pytest>=6',
'test': ['pytest>=7',
'pytest-mock>=3', 'mock>=4',
'pytest-cov', 'coverage'],
'docs': ['sphinx>=1.8', 'sphinx-autodoc-typehints', 'sphinx-rtd-theme'],
'docs': ['sphinx>=4', 'sphinx-autodoc-typehints', 'sphinx-rtd-theme'],
},
long_description=pathlib.Path('README.rst').read_text(encoding='utf-8'),
classifiers=[
Expand Down

0 comments on commit 517f1a4

Please sign in to comment.