[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 >>> import lumache
>>> lumache.get_random_ingredients() >>> lumache.get_random_ingredients()
['shells', 'gorgonzola', 'parsley'] ['shells', 'gorgonzola', 'parsley']

View File

@@ -11,7 +11,7 @@
# #
import os import os
import sys import sys
from recommonmark.transform import AutoStructify
sys.path.insert(0, os.path.abspath("..")) sys.path.insert(0, os.path.abspath(".."))
@@ -20,7 +20,7 @@ import qibotn
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = 'Qibotn' project = "Qibotn"
copyright = "The Qibo team" copyright = "The Qibo team"
author = "The Qibo team" author = "The Qibo team"
@@ -48,14 +48,12 @@ extensions = [
"sphinxcontrib.katex", "sphinxcontrib.katex",
] ]
templates_path = ['_templates'] templates_path = ["_templates"]
exclude_patterns = [] exclude_patterns = []
# -- Options for HTML output ------------------------------------------------- # -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = "furo" html_theme = "furo"
html_static_path = ['_static'] html_static_path = ["_static"]