From 2bcce575e5b1e62e8bb44800cbcc6c3fb3c1e59c Mon Sep 17 00:00:00 2001 From: maturk Date: Mon, 2 Oct 2023 22:42:49 +0300 Subject: [PATCH] format --- docs/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 268b3fea8..4800c4bdb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,7 +19,6 @@ "sphinx.ext.autosummary", "sphinx.ext.intersphinx", "sphinxcontrib.bibtex", - ] intersphinx_mapping = { @@ -44,4 +43,4 @@ autodoc_typehints = "description" # citations -bibtex_bibfiles = ['references.bib'] +bibtex_bibfiles = ["references.bib"]