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=1da3f3455dc97ad095d7abd10add7f12efe6c1c7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix lint error Change-Id: Ifb53e125fc9fd759938908710b2474656dbf1ef9 --- diff --git a/doc/build/conf.py b/doc/build/conf.py index e8a4b57a5e..3ca0992115 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(".")) os.environ["DISABLE_SQLALCHEMY_CEXT_RUNTIME"] = "true"