mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merged in frasertweedale/sphinx (pull request #37)
This commit is contained in:
commit
3f2c019ea7
@ -20,12 +20,15 @@ import optparse
|
||||
from os import path
|
||||
|
||||
# automodule options
|
||||
OPTIONS = [
|
||||
'members',
|
||||
'undoc-members',
|
||||
# 'inherited-members', # disabled because there's a bug in sphinx
|
||||
'show-inheritance',
|
||||
]
|
||||
if 'SPHINX_APIDOC_OPTIONS' in os.environ:
|
||||
OPTIONS = os.environ['SPHINX_APIDOC_OPTIONS'].split(',')
|
||||
else:
|
||||
OPTIONS = [
|
||||
'members',
|
||||
'undoc-members',
|
||||
# 'inherited-members', # disabled because there's a bug in sphinx
|
||||
'show-inheritance',
|
||||
]
|
||||
|
||||
INITPY = '__init__.py'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user