Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,25 @@

# -- Project information -----------------------------------------------------

project = 'Simulation Systems'
copyright = f'Met Office 2023'
author = 'Simulation Systems and Deployment Team'
project = "Simulation Systems"
copyright = "Met Office 2023"
author = "Simulation Systems and Deployment Team"


# -- General configuration ---------------------------------------------------

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx_sitemap'
]
extensions = ["sphinx_sitemap"]

language = "en"

# Added to use dropdowns with command: pip install sphinx-design
extensions = ['sphinx_design']
extensions = ["sphinx_design"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
templates_path = ["_templates"]

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand All @@ -48,7 +46,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'pydata_sphinx_theme'
html_theme = "pydata_sphinx_theme"

html_theme_options = {
"footer_start": ["crown-copyright", "sphinx-version"],
Expand Down