File tree Expand file tree Collapse file tree 4 files changed +1
-8
lines changed Expand file tree Collapse file tree 4 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ packages:
44 - python3-bluetooth
55 - python3-sphinx
66 - python3-sphinx-rtd-theme
7- - python3-sphinx-autodoc-typehints
87 - python3-pytest
98 - python3-poetry
109sources :
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ packages:
77 - python3-bluetooth
88 - python3-sphinx
99 - python3-sphinx-rtd-theme
10- - python3-sphinx-autodoc-typehints
1110 - python3-pytest
1211 - python3-poetry
1312sources :
Original file line number Diff line number Diff line change 3939extensions = [
4040 "sphinx.ext.autodoc" ,
4141 "sphinx.ext.intersphinx" ,
42- "sphinx_autodoc_typehints" ,
4342]
4443
4544intersphinx_mapping = {"python" : ("https://docs.python.org/3" , None )}
6564# -- Options for autodoc -----------------------------------------------------
6665
6766autodoc_member_order = "bysource"
68-
69- # -- Options for autodoc typehints -------------------------------------------
70-
71- typehints_fully_qualified = True
67+ autodoc_typehints = "description"
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ flake8 = "^5.0.4"
4343mypy = " ^1.0.1"
4444sphinx = " ^5.3.0"
4545sphinx-rtd-theme = " ^1.2.0"
46- sphinx-autodoc-typehints = " ^1.12.0"
4746tox = " ^3.28.0"
4847
4948[tool .poetry .group .nxt-screen .dependencies ]
You can’t perform that action at this time.
0 commit comments