summaryrefslogtreecommitdiff
path: root/wrappers/python/docs/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/python/docs/source/conf.py')
-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 = []