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:
Takafumi Arakaki
2012-12-29 20:28:57 +01:00
committed by Danilo Bargen
parent 9e17f552f1
commit 0747469ffc

View File

@@ -256,4 +256,5 @@ todo_include_todos = False
# -- Options for autodoc module ------------------------------------------------
autodoc_member_order = 'bysource'
autodoc_default_flags = ['members', 'undoc-members']