Skip to content

Commit 08a03ee

Browse files
committed
feat: add sphinxcontrib-typer as a dev dependency and add it into the docs config
1 parent f82e4c8 commit 08a03ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

{{cookiecutter.project_name}}/docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
extensions = [
1111
"sphinx.ext.intersphinx",
1212
"sphinx.ext.napoleon",
13+
"sphinxcontrib.typer",
1314
"myst_parser",
1415
"sphinx_autodoc_typehints",
1516
"sphinx_copybutton",

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dev = [
3434
"sphinx-autodoc-typehints>=2.3.0",
3535
"sphinx-copybutton>=0.5.2",
3636
"sphinx-tabs>=3.4.7",
37+
"sphinxcontrib-typer>=0.5.1",
3738
"pydocstyle>=6.3.0",
3839
"ruff>=0.11.9",
3940
"bandit>=1.8.3",

0 commit comments

Comments
 (0)