We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e95dc commit 7dc654cCopy full SHA for 7dc654c
.github/workflows/build_docs.yml
@@ -13,5 +13,4 @@ jobs:
13
# Standard drop-in approach that should work for most people.
14
- uses: ammaraskar/sphinx-action@master
15
with:
16
- pre-build-command: "apt-get update -y && apt-get install -y sphinx_autodoc_typehints"
17
docs-folder: "docs/"
dev.requirements.txt
@@ -4,7 +4,6 @@ isort
4
pytest
5
pytest-qt
6
sphinx
7
-sphinx-autodoc-typehints
8
sphinx-rtd-theme
9
tox
10
twine
docs/conf.py
@@ -32,7 +32,6 @@
32
"sphinx.ext.ifconfig",
33
"sphinx.ext.autodoc",
34
"sphinx.ext.napoleon",
35
- "sphinx_autodoc_typehints",
36
"sphinx.ext.duration",
37
]
38
0 commit comments