diff --git a/doc/source/conf.py b/doc/source/conf.py index 091dc8e..aa7b1c8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -9,7 +9,7 @@ project = 'ADCIRC Data Assimilator' copyright = '2023, RENCI' author = 'Brian Blanton' -release = '0.0.1' +release = '0.2' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration @@ -20,20 +20,18 @@ 'sphinx.ext.todo', 'sphinx.ext.imgmath', 'sphinx.ext.mathjax', -# 'sphinx_rtd_theme', + 'sphinx_rtd_theme', ] 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_static_path = ['_static'] # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = True diff --git a/doc/source/index.rst b/doc/source/index.rst index 58f0bcd..114bd1e 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,7 +1,8 @@ .. image:: ../img/logo.png + | -| + =================================================================================================================================== The ADCIRC Data Assimilator (ADDA) in the ECFLOW/`Floodwater `_ environment ===================================================================================================================================