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 f82e4c8 commit 08a03eeCopy full SHA for 08a03ee
{{cookiecutter.project_name}}/docs/conf.py
@@ -10,6 +10,7 @@
10
extensions = [
11
"sphinx.ext.intersphinx",
12
"sphinx.ext.napoleon",
13
+ "sphinxcontrib.typer",
14
"myst_parser",
15
"sphinx_autodoc_typehints",
16
"sphinx_copybutton",
{{cookiecutter.project_name}}/pyproject.toml
@@ -34,6 +34,7 @@ dev = [
34
"sphinx-autodoc-typehints>=2.3.0",
35
"sphinx-copybutton>=0.5.2",
36
"sphinx-tabs>=3.4.7",
37
+ "sphinxcontrib-typer>=0.5.1",
38
"pydocstyle>=6.3.0",
39
"ruff>=0.11.9",
40
"bandit>=1.8.3",
0 commit comments