diff options
author | mike bayer <mike_mp@zzzcomputing.com> | 2021-10-31 17:09:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@ci3.zzzcomputing.com> | 2021-10-31 17:09:56 +0000 |
commit | a1adb21cbe83ecce467194ab0e3277db581dfa4d (patch) | |
tree | be97a906403ea59bf8767c7642684aa3aedbf731 /doc/build/conf.py | |
parent | de61582933b800272cc818d36de9e0b7f86aa4fe (diff) | |
parent | ed78e679eafe787f4c152b78726bf1e1b91ab465 (diff) | |
download | sqlalchemy-a1adb21cbe83ecce467194ab0e3277db581dfa4d.tar.gz |
Merge "Remove deprecated dialects and drivers" into main
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r-- | doc/build/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index cf94c8852..85c247bdf 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -70,7 +70,6 @@ changelog_sections = [ "sqlite", "mssql", "oracle", - "firebird", ] # tags to sort on inside of sections changelog_inner_tag_sort = [ |