Skip to content

Commit 7dc654c

Browse files
committed
trying to fix docs
1 parent 94e95dc commit 7dc654c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/build_docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ jobs:
1313
# Standard drop-in approach that should work for most people.
1414
- uses: ammaraskar/sphinx-action@master
1515
with:
16-
pre-build-command: "apt-get update -y && apt-get install -y sphinx_autodoc_typehints"
1716
docs-folder: "docs/"

dev.requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ isort
44
pytest
55
pytest-qt
66
sphinx
7-
sphinx-autodoc-typehints
87
sphinx-rtd-theme
98
tox
109
twine

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"sphinx.ext.ifconfig",
3333
"sphinx.ext.autodoc",
3434
"sphinx.ext.napoleon",
35-
"sphinx_autodoc_typehints",
3635
"sphinx.ext.duration",
3736
]
3837

0 commit comments

Comments
 (0)