From e361ec863961982e01f3d7f5842245dac88a05fd Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 12 Apr 2023 22:48:02 +0200 Subject: Format: Run gofumpt (Go) + black (py) --- wrappers/python/docs/source/conf.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'wrappers/python/docs') 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 = [] -- cgit v1.2.3