Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianOBlanton committed Dec 6, 2023
1 parent 99db4b2 commit 5724516
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,31 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'ADCIRC Data Assimilator'
copyright = '2023, RENCI'
author = 'Brian Blanton'
release = '0.2'
project = "ADCIRC Data Assimilator"
copyright = "2023, RENCI"
author = "Brian Blanton"
release = "0.2"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = [
'sphinx.ext.githubpages',
'sphinx.ext.viewcode',
'sphinx.ext.todo',
'sphinx.ext.imgmath',
'sphinx.ext.mathjax',
'sphinx_rtd_theme',
"sphinx.ext.githubpages",
"sphinx.ext.viewcode",
"sphinx.ext.todo",
"sphinx.ext.imgmath",
"sphinx.ext.mathjax",
"sphinx_rtd_theme",
]

templates_path = ['_templates']
templates_path = ["_templates"]
exclude_patterns = []

# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

#html_theme = 'sphinx_rtd_theme'
html_theme = 'classic'
html_static_path = ['_static']
html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True

0 comments on commit 5724516

Please sign in to comment.