Skip to content

Commit b8634c9

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 ce477ff commit b8634c9

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
@@ -29,6 +29,7 @@
2929
source_branch="master",
3030
light_logo="img/icons/logo.svg",
3131
dark_logo="img/icons/logo-dark.svg",
32+
extra_extensions=["sphinx_autodoc_api_style"],
3233
intersphinx_mapping={
3334
"py": ("https://docs.python.org/", None),
3435
"pytest": ("https://docs.pytest.org/en/stable/", None),

0 commit comments

Comments
 (0)