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