This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients chris.jerdonek, codefisher, docs@python, eric.araujo, ezio.melotti, georg.brandl, loewis, python-dev, stutzbach, techtonik, terry.reedy, yselivanov
Date 2012-10-27.20:15:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351368957.23.0.883396806792.issue8040@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed RELEASE is not defined anywhere.  I was confusing JS variables and Jinja template variables: DOCUMENTATION_OPTIONS.VERSION is in fact what Sphinx calls "release".

So the fix should be to use VERSION as release and VERSION[:3] as version.  Thanks for catching that.
History
Date User Action Args
2012-10-27 20:15:57georg.brandlsetrecipients: + georg.brandl, loewis, terry.reedy, techtonik, stutzbach, ezio.melotti, eric.araujo, chris.jerdonek, docs@python, codefisher, python-dev, yselivanov
2012-10-27 20:15:57georg.brandlsetmessageid: <1351368957.23.0.883396806792.issue8040@psf.upfronthosting.co.za>
2012-10-27 20:15:57georg.brandllinkissue8040 messages
2012-10-27 20:15:57georg.brandlcreate