Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Jan 9, 2018
1 parent fc09da9 commit 50ea49c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#
# 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.
Expand Down

0 comments on commit 50ea49c

Please sign in to comment.