We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c822f02 commit ae85ba5Copy full SHA for ae85ba5
1 file changed
docs/conf.py
@@ -35,7 +35,11 @@
35
source_branch="main",
36
light_logo="img/libtmux.svg",
37
dark_logo="img/libtmux.svg",
38
- extra_extensions=["sphinx.ext.todo", "fastmcp_autodoc"],
+ extra_extensions=[
39
+ "sphinx_autodoc_api_style",
40
+ "sphinx.ext.todo",
41
+ "fastmcp_autodoc",
42
+ ],
43
intersphinx_mapping={
44
"python": ("https://docs.python.org/", None),
45
"pytest": ("https://docs.pytest.org/en/stable/", None),
0 commit comments