summaryrefslogtreecommitdiff
path: root/wrappers/python/docs/source
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-04-12 22:48:02 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commite361ec863961982e01f3d7f5842245dac88a05fd (patch)
treece5a92cc598d62c9a3c950d5c7bc742405943f64 /wrappers/python/docs/source
parent1e54063813efb6e822df36ad39d7f889a7f2e38b (diff)
Format: Run gofumpt (Go) + black (py)
Diffstat (limited to 'wrappers/python/docs/source')
-rw-r--r--wrappers/python/docs/source/conf.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/wrappers/python/docs/source/conf.py b/wrappers/python/docs/source/conf.py
index 52cf3b3..57638c5 100644
--- a/wrappers/python/docs/source/conf.py
+++ b/wrappers/python/docs/source/conf.py
@@ -16,17 +16,16 @@ release = '1.1.2'
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = [
- 'sphinx.ext.autodoc',
- 'sphinx_rtd_theme',
+ "sphinx.ext.autodoc",
+ "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 = "sphinx_rtd_theme"
html_static_path = []