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 12
12
# 3rd party
13
13
from sphinx .locale import _
14
14
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
-
20
15
sys .path .append (os .path .abspath ('.' ))
21
16
sys .path .append (os .path .abspath ('..' ))
22
17
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ sphinx-autodoc-typehints >=1.10.3
5
5
sphinx-notfound-page
6
6
sphinx-prompt >= 1.2.0
7
7
sphinx-tabs >= 1.1.13
8
- sphinx_autodoc_typehints >= 1.10.3
8
+ sphinx_autodoc_typehints >= 1.11.0
9
9
sphinx_rtd_theme
10
10
sphinxcontrib-httpdomain >= 1.7.0
11
11
sphinxemoji >= 0.1.6
You can’t perform that action at this time.
0 commit comments