On Py2 environment, conf.py that is generated by sphinx-quickstart should have u prefixed config value for 'version' and 'release'.

This commit is contained in:
shimizukawa
2015-10-26 00:10:36 +09:00
parent cdf74eb8d1
commit f26f716d59
2 changed files with 4 additions and 3 deletions

View File

@@ -57,7 +57,8 @@ Bugs fixed
* #1994: More supporting non-standard parser (like recommonmark parser) for Translation and
WebSupport feature. Now node.rawsource is fall backed to node.astext() during docutils
transforming.
* On Py2 environment, conf.py that is generated by sphinx-quickstart should have u prefixed
config value for 'version' and 'release'.
Release 1.3.1 (released Mar 17, 2015)
=====================================