Skip to content

Commit ae85ba5

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 c822f02 commit ae85ba5

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
@@ -35,7 +35,11 @@
3535
source_branch="main",
3636
light_logo="img/libtmux.svg",
3737
dark_logo="img/libtmux.svg",
38-
extra_extensions=["sphinx.ext.todo", "fastmcp_autodoc"],
38+
extra_extensions=[
39+
"sphinx_autodoc_api_style",
40+
"sphinx.ext.todo",
41+
"fastmcp_autodoc",
42+
],
3943
intersphinx_mapping={
4044
"python": ("https://docs.python.org/", None),
4145
"pytest": ("https://docs.pytest.org/en/stable/", None),

0 commit comments

Comments
 (0)