aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-14 01:41:20 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-14 01:41:20 -0400
commited1732252a1a63e2da40395397156dffb5a55367 (patch)
tree4b6e77ee760a0cd6af80a09f9193f34105a1f985
parent88e1c1ac15507cbb82fc535723e1411f85978426 (diff)
downloadqolab-ed1732252a1a63e2da40395397156dffb5a55367.tar.gz
qolab-ed1732252a1a63e2da40395397156dffb5a55367.zip
black formatter
-rw-r--r--doc_generator/conf.py27
1 files changed, 14 insertions, 13 deletions
diff --git a/doc_generator/conf.py b/doc_generator/conf.py
index 428f0a1..528cd72 100644
--- a/doc_generator/conf.py
+++ b/doc_generator/conf.py
@@ -8,31 +8,32 @@ import os
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
-project = 'qolab'
-copyright = 'qolab developers'
-author = 'Eugeniy Mikhailov'
-release = '0.15'
+project = "qolab"
+copyright = "qolab developers"
+author = "Eugeniy Mikhailov"
+release = "0.15"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = [
- 'autoapi.extension',
+ "autoapi.extension",
# 'sphinx.ext.autodoc',
# 'sphinx.ext.autosummary',
# 'sphinx.ext.viewcode',
- 'sphinx.ext.napoleon',
- 'sphinx_rtd_theme']
+ "sphinx.ext.napoleon",
+ "sphinx_rtd_theme",
+]
# extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary']
-autoapi_dirs = ['../qolab']
+autoapi_dirs = ["../qolab"]
autoapi_keep_files = True
-templates_path = ['_templates']
+templates_path = ["_templates"]
exclude_patterns = []
-sys.path.insert(0, os.path.abspath('..'))
+sys.path.insert(0, os.path.abspath(".."))
# autosummary_generate = True
-autosummary_mock_imports = ['pandas', 'universal_tsdb', 'justpy', 'ue9', 'cachetools']
+autosummary_mock_imports = ["pandas", "universal_tsdb", "justpy", "ue9", "cachetools"]
napoleon_google_docstring = True
napoleon_numpy_docstring = True
@@ -44,5 +45,5 @@ napoleon_numpy_docstring = True
smartquotes = False
# html_theme = 'alabaster'
# html_theme = 'sphinx_rtd_theme'
-html_theme = 'furo'
-html_static_path = ['_static']
+html_theme = "furo"
+html_static_path = ["_static"]