]> 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:44 +0000 (15:21 -0500)
commit82cda05d2edae60e99bfc1df6becdd7fe90656d9
tree261f29a75d4454fd791e0b83913eb8425e0beb66
parent9bafbd339e66177b14de71904a2c0e426ea0c711
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