Skip to content
Snippets Groups Projects
Commit c0156439 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MNT: Fix bug in docbuild

parent 3703fb5a
No related branches found
No related tags found
No related merge requests found
...@@ -361,7 +361,7 @@ epub_exclude_files = ['search.html'] ...@@ -361,7 +361,7 @@ epub_exclude_files = ['search.html']
autoclass_content = 'class' autoclass_content = 'class'
# Document private members and special members (e.g. __init__) # Document private members and special members (e.g. __init__)
autodocsourc_default_flags = ['private-members', 'special-members'] autodoc_default_flags = ['private-members', 'special-members']
# Documentation for python modules is in the same order # Documentation for python modules is in the same order
# as the source code. # 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