Skip to content

Commit 50ea49c

Browse files
committed
Update doc
1 parent fc09da9 commit 50ea49c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ doctest:
153153
"results in $(BUILDDIR)/doctest/output.txt."
154154

155155
serve: html
156-
cd _build/html && python3.3 -m http.server
156+
cd _build/html && python3 -m http.server
157157

158158
zip: html
159159
cd _build/html && zip -r ../../../msgpack-doc.zip .

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#
5050
# The short X.Y version.
5151
# The full version, including alpha/beta/rc tags.
52-
version = release = '0.4'
52+
version = release = '0.5'
5353

5454
# The language for content autogenerated by Sphinx. Refer to documentation
5555
# for a list of supported languages.

0 commit comments

Comments
 (0)