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 5e049b2 commit 94e95dcCopy full SHA for 94e95dc
.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: "apt-get update -y && apt-get install -y sphinx_autodoc_typehints"
17
docs-folder: "docs/"
0 commit comments