From 98f205e1f950586d8fd6a1ac954a6f2387d9fbed Mon Sep 17 00:00:00 2001 From: Niklas Date: Thu, 12 Sep 2024 15:27:46 +0200 Subject: [PATCH] Ruff fix --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 05057ca61..a05942203 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -105,6 +105,6 @@ epub_exclude_files = ["search.html"] # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'python': ('https://docs.python.org/', None)} +intersphinx_mapping = {'python': ("https://docs.python.org/", None)} pygments_style = "sphinx"