Skip to content

Commit 41b024f

Browse files
committed
docs(autodoc): Order by source
1 parent 24a3ebf commit 41b024f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def setup(app):
8989

9090
# sphinx.ext.autodoc
9191
autoclass_content = "both"
92+
autodoc_member_order = "bysource"
9293

9394
# sphinxext.opengraph
9495
ogp_site_url = about["__docs__"]

0 commit comments

Comments
 (0)