Loading docs/source/conf.py +8 −4 Original line number Diff line number Diff line Loading @@ -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', ] Loading Loading @@ -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, Loading docs/source/py_artecs.rst +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ .. automodule:: py_artecs :members: :undoc-members: :show-inheritance: Loading Loading
docs/source/conf.py +8 −4 Original line number Diff line number Diff line Loading @@ -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', ] Loading Loading @@ -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, Loading
docs/source/py_artecs.rst +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ .. automodule:: py_artecs :members: :undoc-members: :show-inheritance: Loading