From: Mike Bayer Date: Thu, 4 Apr 2013 22:40:00 +0000 (-0400) Subject: more doc tweaks X-Git-Tag: rel_0_5_0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=879aa4d7c7013a551e516e2a026d41823d368224;p=thirdparty%2Fsqlalchemy%2Falembic.git more doc tweaks --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index f22dd5bd..2557e2ac 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -58,7 +58,7 @@ Changelog operation. .. change:: - :tags: bug + :tags: bug, sqlite, mysql :tickets: 112 transactional_ddl flag for SQLite, MySQL dialects diff --git a/docs/build/conf.py b/docs/build/conf.py index a91a51bb..4183adbd 100644 --- a/docs/build/conf.py +++ b/docs/build/conf.py @@ -33,6 +33,9 @@ import alembic extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'ext.changelog'] +# tags to sort on inside of sections +changelog_sections = ["feature", "bug", "moved", "changed", "removed"] + changelog_render_ticket = "https://bitbucket.org/zzzeek/alembic/issue/%s/" changelog_render_pullreq = "https://bitbucket.org/zzzeek/alembic/pull-request/%s"