From ce1160ea7f3eb26937d7726b06490b7c76323999 Mon Sep 17 00:00:00 2001 From: "michele.maris" Date: Mon, 5 Jun 2023 14:18:46 +0200 Subject: [PATCH] u --- docs/source/conf.py | 12 ++++++++---- docs/source/py_artecs.rst | 2 ++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1f2f8b8..517b401 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -34,10 +34,13 @@ release = '1.0.1' # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ - 'sphinx.ext.duration', - 'sphinx.ext.doctest', 'sphinx.ext.autodoc', - 'sphinx.ext.autosummary', + 'sphinx.ext.viewcode', + 'sphinx.ext.napoleon', + #'sphinx.ext.duration', + #'sphinx.ext.doctest', + #'sphinx.ext.autodoc', + #'sphinx.ext.autosummary', 'autoapi.extension', 'sphinx.ext.inheritance_diagram', ] @@ -65,7 +68,8 @@ exclude_patterns = [] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +#html_theme = 'alabaster' +html_theme = 'sphinx_rtd_theme' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, diff --git a/docs/source/py_artecs.rst b/docs/source/py_artecs.rst index a3e5c01..e4a2ea7 100644 --- a/docs/source/py_artecs.rst +++ b/docs/source/py_artecs.rst @@ -3,6 +3,8 @@ .. automodule:: py_artecs :members: + :undoc-members: + :show-inheritance: -- GitLab