From 7c565236b1581e5c57c690c6d1bea603e7fe4520 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 08:36:34 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/source/Installation.rst | 1 - docs/source/Quickstart.rst | 2 +- docs/source/conf.py | 10 ++++------ 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/source/Installation.rst b/docs/source/Installation.rst index 2cfa720..64ed5e8 100644 --- a/docs/source/Installation.rst +++ b/docs/source/Installation.rst @@ -20,4 +20,3 @@ you can use the ``lumache.get_random_ingredients()`` function: >>> import lumache >>> lumache.get_random_ingredients() ['shells', 'gorgonzola', 'parsley'] - diff --git a/docs/source/Quickstart.rst b/docs/source/Quickstart.rst index a64af0a..ec94338 100644 --- a/docs/source/Quickstart.rst +++ b/docs/source/Quickstart.rst @@ -4,4 +4,4 @@ API .. autosummary:: :toctree: generated - lumache \ No newline at end of file + lumache diff --git a/docs/source/conf.py b/docs/source/conf.py index 74bba04..95bb68e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -11,7 +11,7 @@ # import os import sys -from recommonmark.transform import AutoStructify + sys.path.insert(0, os.path.abspath("..")) @@ -20,7 +20,7 @@ import qibotn # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -project = 'Qibotn' +project = "Qibotn" copyright = "The Qibo team" author = "The Qibo team" @@ -48,14 +48,12 @@ extensions = [ "sphinxcontrib.katex", ] -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 = "furo" -html_static_path = ['_static'] - +html_static_path = ["_static"]