diff options
Diffstat (limited to 'doc/build/conf.py')
| -rw-r--r-- | doc/build/conf.py | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index a6c333c02..9e2749888 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -61,8 +61,7 @@ changelog_sections = ["general", "orm", "orm declarative", "orm querying", \  changelog_inner_tag_sort = ["feature", "bug", "moved", "changed", "removed"]  # how to render a ticket link -def changelog_render_ticket(ticket): -    return "http://www.sqlalchemy.org/trac/ticket/%s" % ticket +changelog_render_ticket = "http://www.sqlalchemy.org/trac/ticket/%s"  # The encoding of source files.  | 
