Unify autodoc options

This commit is contained in:
Jakub Warmuz 2015-10-18 15:26:16 +00:00 committed by Peter Eckersley
parent 1a6fc9ce76
commit 1f0cbda9fc
5 changed files with 15 additions and 0 deletions

View file

@ -38,6 +38,9 @@ extensions = [
'sphinxcontrib.programoutput',
]
autodoc_member_order = 'bysource'
autodoc_default_flags = ['show-inheritance', 'private-members']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

View file

@ -37,6 +37,9 @@ extensions = [
'sphinx.ext.viewcode',
]
autodoc_member_order = 'bysource'
autodoc_default_flags = ['show-inheritance', 'private-members']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

View file

@ -38,6 +38,9 @@ extensions = [
'repoze.sphinx.autointerface',
]
autodoc_member_order = 'bysource'
autodoc_default_flags = ['show-inheritance', 'private-members']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

View file

@ -37,6 +37,9 @@ extensions = [
'sphinx.ext.viewcode',
]
autodoc_member_order = 'bysource'
autodoc_default_flags = ['show-inheritance', 'private-members']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

View file

@ -37,6 +37,9 @@ extensions = [
'sphinx.ext.viewcode',
]
autodoc_member_order = 'bysource'
autodoc_default_flags = ['show-inheritance', 'private-members']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']