[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2024-02-29 08:36:34 +00:00
committed by Alessandro Candido
parent bd5b7896c9
commit 7c565236b1
3 changed files with 5 additions and 8 deletions

View File

@@ -20,4 +20,3 @@ you can use the ``lumache.get_random_ingredients()`` function:
>>> import lumache
>>> lumache.get_random_ingredients()
['shells', 'gorgonzola', 'parsley']

View File

@@ -4,4 +4,4 @@ API
.. autosummary::
:toctree: generated
lumache
lumache

View File

@@ -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"]