From f04d221b62c92ce4cc9e7ee374c3ca566fd35f94 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Wed, 8 Nov 2023 21:49:06 +0100 Subject: [PATCH] Fix lint error Change-Id: Ifb53e125fc9fd759938908710b2474656dbf1ef9 (cherry picked from commit 1da3f3455dc97ad095d7abd10add7f12efe6c1c7) --- doc/build/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/conf.py b/doc/build/conf.py index a9ee46c4d1..0066ef7aad 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -22,7 +22,7 @@ sys.path.insert(0, os.path.abspath("../../lib")) sys.path.insert(0, os.path.abspath("../..")) # examples # was never needed, does not work as of python 3.12 due to conflicts -#sys.path.insert(0, os.path.abspath(".")) +# sys.path.insert(0, os.path.abspath(".")) # -- General configuration -------------------------------------------------- -- 2.47.3