Skip to content
Snippets Groups Projects
Commit ce1160ea authored by Michele Maris's avatar Michele Maris
Browse files

u

parent bf48bd4e
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
......@@ -3,6 +3,8 @@
.. automodule:: py_artecs
:members:
:undoc-members:
:show-inheritance:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment