Skip to content

Commit

Permalink
Update of sphinx conf.
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSzuttor committed Jan 29, 2017
1 parent c5e9fa2 commit bad993f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions doc/sphinx/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ html_show_sourcelink = True
html_show_sphinx = False

# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
html_show_copyright = False
html_show_copyright = True

# If true, an OpenSearch description file will be output, and all pages will
# contain a <link> tag referring to it. The value of this option must be the
Expand Down Expand Up @@ -299,10 +299,3 @@ numpydoc_show_class_members = False
autodoc_mock_imports = ['featuredefs', ]
autodoc_default_flags = ['members', 'private-members', 'special-members',
'show-inheritance']

def maybe_skip_member(app, what, name, obj, skip, options):
print what, name, skip
return False

def setup(app):
app.connect('autodoc-skip-member', maybe_skip_member)

0 comments on commit bad993f

Please sign in to comment.