mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
small fix in setup.py and release-checklist.
This commit is contained in:
parent
9fb398e475
commit
37a41be2a2
2
setup.py
2
setup.py
@ -157,7 +157,7 @@ else:
|
|||||||
msgid = msgid[0]
|
msgid = msgid[0]
|
||||||
jscatalog[msgid] = message.string
|
jscatalog[msgid] = message.string
|
||||||
|
|
||||||
with open(js_file, 'wb') as outfile:
|
with open(js_file, 'wt') as outfile:
|
||||||
outfile.write('Documentation.addTranslations(')
|
outfile.write('Documentation.addTranslations(')
|
||||||
dump(dict(
|
dump(dict(
|
||||||
messages=jscatalog,
|
messages=jscatalog,
|
||||||
|
@ -5,6 +5,7 @@ Release checklist
|
|||||||
* Check `git status`
|
* Check `git status`
|
||||||
* Run `make style-check`
|
* Run `make style-check`
|
||||||
* Run `tx pull -a -f` in sphinx/locale if final major release
|
* Run `tx pull -a -f` in sphinx/locale if final major release
|
||||||
|
* Run `python setup.py compile_catalog` in project root after 'tx pull'
|
||||||
* Update version info in sphinx/__init__.py
|
* Update version info in sphinx/__init__.py
|
||||||
* Update release date in CHANGES
|
* Update release date in CHANGES
|
||||||
* `git commit -am 'Bump to x.y.z final'`
|
* `git commit -am 'Bump to x.y.z final'`
|
||||||
|
Loading…
Reference in New Issue
Block a user