Skip to content

Commit

Permalink
added configs from omnipath
Browse files Browse the repository at this point in the history
  • Loading branch information
vicpaton committed Jun 18, 2024
1 parent 563d31c commit d3f7803
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,19 @@
# -- Options for HTML output
master_doc = 'contents'

autosummary_generate = True
autodoc_member_order = "alphabetical"
autodoc_typehints = "signature"
autodoc_docstring_signature = True
autodoc_follow_wrapped = False
napoleon_google_docstring = True
napoleon_numpy_docstring = False
napoleon_include_init_with_doc = False
napoleon_use_rtype = True
napoleon_use_param = True
napoleon_custom_sections = [("Params", "Parameters")]
todo_include_todos = False

html_theme = 'sphinx_rtd_theme'
html_static_path = ["_static"]
html_theme_options = dict(
Expand Down

0 comments on commit d3f7803

Please sign in to comment.