Skip to content
Snippets Groups Projects
Commit 975d1c75 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Source code no longer included in docs

parent ee2768c2
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,6 @@ date = datetime.date.today()
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.viewcode',
'sphinx.ext.mathjax',
'sphinx.ext.graphviz',
'sphinx.ext.todo',
......@@ -347,7 +346,7 @@ epub_exclude_files = ['search.html']
autoclass_content = 'class'
# Document private members and special members (e.g. __init__)
autodoc_default_flags = ['private-members', 'special-members']
autodocsourc_default_flags = ['special-members']
# Documentation for python modules is in the same order
# as the source code.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment