From ee16e0a06c3d476955c55c3ef71371a84fcb653d Mon Sep 17 00:00:00 2001 From: Aleksey Kluzhev Date: Tue, 18 Nov 2025 00:45:07 +0700 Subject: [PATCH] style: apply PEP8 formatting (https://github.com/MetOffice/simulation-systems/issues/493) --- source/conf.py | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/source/conf.py b/source/conf.py index 3fa4ff6a..0d210327 100644 --- a/source/conf.py +++ b/source/conf.py @@ -14,9 +14,9 @@ # -- 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 --------------------------------------------------- @@ -24,17 +24,15 @@ # 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. @@ -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"],