Skip to content

Commit 83d3f38

Browse files
committed
docs(conf): Add sphinx.ext.autodoc config
1 parent 43414d9 commit 83d3f38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@
9797
ogp_desscription_length = about["__description__"]
9898
ogp_site_name = about["__title__"]
9999

100+
# sphinx.ext.autodoc
101+
autoclass_content = "both"
102+
autodoc_member_order = "bysource"
103+
autosummary_generate = True
104+
100105
# sphinx-autoapi
101106
autoapi_type = "python"
102107
autoapi_dirs = [project_root / "libtmux"]

0 commit comments

Comments
 (0)