]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
remove . in sys.path
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Nov 2023 20:20:24 +0000 (15:20 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Nov 2023 20:21:23 +0000 (15:21 -0500)
commit389703691211d61f9e59183baebac7002d003c96
treef83b6b67029f4e82e2bdfbfcc8e5cf188e211cb2
parentead4c3da2a15fef5744264d2278be813b5b392fd
remove . in sys.path

this should not be needed and is causing problems in python
3.12 due to the presence of the "changelog" directory

(cherry picked from commit 8faa17d4316772340295a677c54eccf647a221c9)
doc/build/conf.py