mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Use autodoc_member_order = 'bysource'
This is for making the variables appear in settings.py to appear in the document in the same order.
This commit is contained in:
committed by
Danilo Bargen
parent
9e17f552f1
commit
0747469ffc
@@ -256,4 +256,5 @@ todo_include_todos = False
|
|||||||
|
|
||||||
# -- Options for autodoc module ------------------------------------------------
|
# -- Options for autodoc module ------------------------------------------------
|
||||||
|
|
||||||
|
autodoc_member_order = 'bysource'
|
||||||
autodoc_default_flags = ['members', 'undoc-members']
|
autodoc_default_flags = ['members', 'undoc-members']
|
||||||
|
|||||||
Reference in New Issue
Block a user