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 7dc654c commit bbde5f1Copy full SHA for bbde5f1
.github/workflows/build_docs.yml
@@ -13,4 +13,5 @@ jobs:
13
# Standard drop-in approach that should work for most people.
14
- uses: ammaraskar/sphinx-action@master
15
with:
16
+ pre-build-command: "pip install -r dev.requirements.txt"
17
docs-folder: "docs/"
dev.requirements.txt
@@ -4,6 +4,7 @@ isort
4
pytest
5
pytest-qt
6
sphinx
7
+sphinx-autodoc-typehints
8
sphinx-rtd-theme
9
tox
10
twine
docs/conf.py
@@ -32,6 +32,7 @@
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