Update doc

This commit is contained in:
INADA Naoki 2018-01-10 03:04:54 +09:00
parent fc09da997c
commit 50ea49c86f
2 changed files with 2 additions and 2 deletions

View file

@ -153,7 +153,7 @@ doctest:
"results in $(BUILDDIR)/doctest/output.txt."
serve: html
cd _build/html && python3.3 -m http.server
cd _build/html && python3 -m http.server
zip: html
cd _build/html && zip -r ../../../msgpack-doc.zip .

View file

@ -49,7 +49,7 @@ copyright = u'2013, INADA Naoki'
#
# The short X.Y version.
# The full version, including alpha/beta/rc tags.
version = release = '0.4'
version = release = '0.5'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.