File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1212# 3rd party
1313from sphinx .locale import _
1414
15- # Suppress warnings from sphinx_autodoc_typehints
16- # TODO: Remove once the following issues is resolved:
17- # https://github.com/agronholm/sphinx-autodoc-typehints/issues/133
18- warnings .filterwarnings ('ignore' , message = 'sphinx.util.inspect.Signature\(\) is deprecated' )
19-
2015sys .path .append (os .path .abspath ('.' ))
2116sys .path .append (os .path .abspath ('..' ))
2217
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ sphinx-autodoc-typehints >=1.10.3
55sphinx-notfound-page
66sphinx-prompt >= 1.2.0
77sphinx-tabs >= 1.1.13
8- sphinx_autodoc_typehints >= 1.10.3
8+ sphinx_autodoc_typehints >= 1.11.0
99sphinx_rtd_theme
1010sphinxcontrib-httpdomain >= 1.7.0
1111sphinxemoji >= 0.1.6
You can’t perform that action at this time.
0 commit comments