From: Federico Caselli Date: Wed, 8 Nov 2023 20:49:06 +0000 (+0100) Subject: Fix lint error X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Frel_1_3;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix lint error Change-Id: Ifb53e125fc9fd759938908710b2474656dbf1ef9 (cherry picked from commit 1da3f3455dc97ad095d7abd10add7f12efe6c1c7) --- diff --git a/doc/build/conf.py b/doc/build/conf.py index afaa43ae28..13ec7672c5 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 --------------------------------------------------