Disable inherited docstrings

This commit is contained in:
Kenneth Lyons 2020-05-16 10:14:52 -07:00
parent 5353acdb1c
commit ae8fc195da
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ pygments_style = 'sphinx'
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []
autodoc_inherit_docstrings = False
# -- Options for HTML output ---------------------------------------------------