From 50ea49c86f5aaff8bb1cd37778b50b13df83ba8f Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Wed, 10 Jan 2018 03:04:54 +0900 Subject: Update doc --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile index 0869604..b09d884 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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 . -- cgit v1.2.1