diff --git a/docs/conf.py b/docs/conf.py index a1ca4be1e..c90e6ed74 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,7 +32,14 @@ "sphinx.ext.napoleon", "sphinx.ext.autosummary", "sphinx.ext.intersphinx", - "sphinxcontrib.bibtex", + "sphinx_rtd_theme" + # "sphinxcontrib.bibtex", +] + +autodoc_default_flags = [ + 'members', + 'show-inheritance', + 'undoc-members' ] autosummary_generate = True @@ -55,7 +62,7 @@ # General information about the project. project = "ROSCO toolbox" -copyright = "2020, NREL" +copyright = "2021, NREL" author = "ROSCO developers" # The version info for the project you're documenting, acts as replacement for @@ -63,7 +70,7 @@ # built documents. # version = "2.1.1" -release = "2.1.1" +release = "2.3.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -86,7 +93,7 @@ # -- Options for HTML output ---------------------------------------------- -html_theme = "alabaster" +html_theme = "sphinx_rtd_theme" # html_static_path = ["_static/custom.css"] html_theme_options = { # "logo": "logo.png",