From d3f78034de57a878b1d5b6d713e99e25be411376 Mon Sep 17 00:00:00 2001 From: vicpaton Date: Tue, 18 Jun 2024 18:57:36 +0200 Subject: [PATCH] added configs from omnipath --- docs/source/conf.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 11e00c4..68060e8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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(