Skip to content

Commit

Permalink
change conf.py for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsandells committed Oct 9, 2022
1 parent df53aed commit fa2c2fa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
rst_line_width = 78
rst_indent = 4

# https://confluence.columbia.edu/confluence/display/~alansphinx/Sphinx+Documentation
os.environ['SPHINX_APIDOC_OPTIONS'] = "members"


def rst_file_transform(docname):
if docname == 'index':
Expand Down Expand Up @@ -79,7 +76,6 @@ def rst_link_transform(docname):
autosummary_generate = True
templates_path = ['_templates']
exclude_patterns = ['_build', '_templates', '**test**']
autodoc_default_flags = ['members']

# From https://stackoverflow.com/questions/39249466/how-to-exclude-pytest-test-functions-from-sphinx-autodoc
# This is the expected signature of the handler for this event, cf doc
Expand Down

0 comments on commit fa2c2fa

Please sign in to comment.