From 3986357d36e2cd6e1ecf57dfeccb53f2e0ef4e31 Mon Sep 17 00:00:00 2001 From: Agisilaos Kounelis Date: Thu, 6 Feb 2025 14:30:58 +0200 Subject: [PATCH] Let's try --- doc/source/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index b26108db42..4d3a0d6bfe 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -55,7 +55,10 @@ % rtd_version, None, ), - "python": ("https://docs.python.org/3", None), + "python": ( + "https://docs.python.org/3", + None, + ), } # Add any paths that contain templates here, relative to this directory.