diff --git a/docs/Makefile b/docs/Makefile index aed9f5e71..dcebeb50a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -19,4 +19,3 @@ help: %: Makefile sphinx-apidoc -o . ../src @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) - \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 713aeaf07..a7f26a00e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,22 +6,21 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -project = 'Intelligence Layer' -copyright = '2023, Aleph Alpha' -author = 'Aleph Alpha' +project = "Intelligence Layer" +copyright = "2023, Aleph Alpha" +author = "Aleph Alpha" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.napoleon', 'sphinx.ext.viewcode'] - -templates_path = ['_templates'] -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] +extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon", "sphinx.ext.viewcode"] +templates_path = ["_templates"] +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = 'alabaster' -html_static_path = ['_static'] +html_theme = "alabaster" +html_static_path = ["_static"]