Commit ce1160ea authored by Michele Maris's avatar Michele Maris
Browse files

u

parent bf48bd4e
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -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,
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@

.. automodule:: py_artecs
   :members: 
   :undoc-members:
   :show-inheritance: