Skip to content

Commit

Permalink
update themes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Feb 4, 2021
1 parent ebc4dd2 commit 54ffd6f
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -55,15 +62,15 @@

# 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
# |version| and |release|, also used in various other places throughout the
# 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.
Expand All @@ -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",
Expand Down

0 comments on commit 54ffd6f

Please sign in to comment.