Skip to content

Commit 9a966fe

Browse files
committed
Dropped support for Sphinx < 3.0
1 parent 26c2166 commit 9a966fe

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
UNRELEASED
2+
==========
3+
4+
* Dropped support for Sphinx < 3.0
5+
16
1.10.3
27
======
38

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers =
2626
[options]
2727
py_modules = sphinx_autodoc_typehints
2828
python_requires = >=3.5.2
29-
install_requires = Sphinx >= 2.1
29+
install_requires = Sphinx >= 3.0
3030

3131
[options.extras_require]
3232
test =

0 commit comments

Comments
 (0)