mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 04:13:16 +00:00
Update doc
This commit is contained in:
parent
fc09da997c
commit
50ea49c86f
2 changed files with 2 additions and 2 deletions
|
@ -153,7 +153,7 @@ doctest:
|
||||||
"results in $(BUILDDIR)/doctest/output.txt."
|
"results in $(BUILDDIR)/doctest/output.txt."
|
||||||
|
|
||||||
serve: html
|
serve: html
|
||||||
cd _build/html && python3.3 -m http.server
|
cd _build/html && python3 -m http.server
|
||||||
|
|
||||||
zip: html
|
zip: html
|
||||||
cd _build/html && zip -r ../../../msgpack-doc.zip .
|
cd _build/html && zip -r ../../../msgpack-doc.zip .
|
||||||
|
|
|
@ -49,7 +49,7 @@ copyright = u'2013, INADA Naoki'
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue