Skip to content

Commit 4a2fc11

Browse files
committed
Use source order for documentation
1 parent 473a063 commit 4a2fc11

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/api/locator.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ Locator
33

44
.. automodule:: nxt.locator
55
:members:
6-
:member-order: bysource

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,7 @@
6060
html_logo = "../logo.svg"
6161
html_favicon = "favicon.ico"
6262
html_copy_source = False
63+
64+
# -- Options for autodoc -----------------------------------------------------
65+
66+
autodoc_member_order = "bysource"

0 commit comments

Comments
 (0)