Skip to content
Snippets Groups Projects
Commit 92ef70f9 authored by Mike Bayer's avatar Mike Bayer
Browse files

tweaks

parent bf98abb4
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,16 @@
Changelog
=========
0.9
===
.. changelog::
:version: 0.9.2
:released:
.. change::
:tags: bug
:tickets: 2
:pullreq: bitbucket:2
A rework of the mako-render script allows the script to run
correctly when given a file pathname that is outside of the current
......@@ -63,7 +66,7 @@ Changelog
.. changelog::
:version: 0.9.0
:released:
:released: Tue Aug 27 2013
.. change::
:tags: bug
......@@ -107,6 +110,8 @@ Changelog
interpreted correctly within a template tag; also
fixed in Py2.4.
0.8
===
.. changelog::
:version: 0.8.1
......@@ -197,6 +202,8 @@ Changelog
with desired capabilities at the top of the generated
template module. Courtesy Ben Trofatter.
0.7
===
.. changelog::
:version: 0.7.3
......@@ -358,6 +365,8 @@ Changelog
Added Jinja2 to the example
benchmark suite, courtesy Vincent Férotin
Older Versions
==============
.. changelog::
:version: 0.6.2
......@@ -373,7 +382,7 @@ Changelog
.. changelog::
:version: 0.6.1
:released:
:released: Sat Jan 28 2012
.. change::
:tags: bug
......
......@@ -34,6 +34,14 @@ extensions = ['sphinx.ext.autodoc','sphinx.ext.intersphinx',
'changelog', 'sphinx_paramlinks',
'builder.builders']
changelog_render_ticket = "https://bitbucket.org/zzzeek/mako/issue/%s/"
changelog_render_pullreq = {
"bitbucket": "https://bitbucket.org/zzzeek/mako/pull-request/%s",
"default": "https://bitbucket.org/zzzeek/mako/pull-request/%s",
"github": "https://github.com/zzzeek/mako/pull/%s",
}
# Add any paths that contain templates here, relative to this directory.
templates_path = ['templates']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment