Skip to content

Commit 2c25030

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 691e3ed commit 2c25030

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
light_logo="img/libvcs.svg",
4040
dark_logo="img/libvcs-dark.svg",
4141
extra_extensions=[
42+
"sphinx_autodoc_api_style",
4243
"sphinx.ext.todo",
4344
"sphinx_autodoc_pytest_fixtures",
4445
],

0 commit comments

Comments
 (0)