Skip to content

Commit 004403b

Browse files
committed
docs(feat[api-style]): Enable API badge styling via sphinx-autodoc-api-style
why: Add type and modifier badges to autodoc entries. what: - Add sphinx_autodoc_api_style to extra_extensions in docs/conf.py
1 parent a9696cf commit 004403b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@
3030
source_branch="master",
3131
light_logo="img/g.svg",
3232
dark_logo="img/g-dark.svg",
33-
extra_extensions=["sphinx.ext.todo", "sphinx_argparse_neo.exemplar"],
33+
extra_extensions=[
34+
"sphinx_autodoc_api_style",
35+
"sphinx.ext.todo",
36+
"sphinx_argparse_neo.exemplar",
37+
],
3438
intersphinx_mapping={
3539
"py": ("https://docs.python.org/", None),
3640
"libvcs": ("http://libvcs.git-pull.com/", None),

0 commit comments

Comments
 (0)