Skip to content

Commit a7c3beb

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 e498d50 commit a7c3beb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
source_branch="master",
3636
light_logo="img/vcspull.svg",
3737
dark_logo="img/vcspull-dark.svg",
38-
extra_extensions=["sphinx_argparse_neo.exemplar"],
38+
extra_extensions=[
39+
"sphinx_autodoc_api_style",
40+
"sphinx_argparse_neo.exemplar",
41+
],
3942
intersphinx_mapping={
4043
"py": ("https://docs.python.org/", None),
4144
"libvcs": ("https://libvcs.git-pull.com/", None),

0 commit comments

Comments
 (0)