Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 081efb3

Browse filesBrowse files
committed
docs(conf): Add autodoc2_packages
1 parent 21f0926 commit 081efb3
Copy full SHA for 081efb3

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

‎docs/conf.py

Copy file name to clipboardExpand all lines: docs/conf.py
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@
111111
toc_object_entries_show_parents = "hide"
112112

113113
# autodoc2
114+
autodoc2_packages = [
115+
{
116+
"path": "../src/libtmux",
117+
}
118+
]
119+
# autodoc2_render_plugin = "autodoc2.render.myst_.MystRenderer"
114120
autodoc2_hidden_objects = ["dunder", "private", "inherited"]
115121

116122
# sphinx-copybutton

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.