We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f0926 commit 081efb3Copy full SHA for 081efb3
docs/conf.py
@@ -111,6 +111,12 @@
111
toc_object_entries_show_parents = "hide"
112
113
# autodoc2
114
+autodoc2_packages = [
115
+ {
116
+ "path": "../src/libtmux",
117
+ }
118
+]
119
+# autodoc2_render_plugin = "autodoc2.render.myst_.MystRenderer"
120
autodoc2_hidden_objects = ["dunder", "private", "inherited"]
121
122
# sphinx-copybutton
0 commit comments