]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
more doc tweaks rel_0_5_0
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 4 Apr 2013 22:40:00 +0000 (18:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 4 Apr 2013 22:40:00 +0000 (18:40 -0400)
docs/build/changelog.rst
docs/build/conf.py

index f22dd5bd4fb82bc480e0515f5bbef9ba6ad2eece..2557e2accb48995d3228adf9cb0df9bf99e2d761 100644 (file)
@@ -58,7 +58,7 @@ Changelog
       operation.
 
     .. change::
-        :tags: bug
+        :tags: bug, sqlite, mysql
         :tickets: 112
 
       transactional_ddl flag for SQLite, MySQL dialects
index a91a51bbcdd7acc89a9c790c9c1622088a91be18..4183adbd8d53f26045009f2760948400a8f15efe 100644 (file)
@@ -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"