diff options
| author | INADA Naoki <methane@users.noreply.github.com> | 2018-11-09 20:55:13 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-09 20:55:13 +0900 |
| commit | 9e210bfc1a922031db67bf42e508b1b4550814c6 (patch) | |
| tree | 1bbef6a155df89e6fef0a9b5efbae4928fa40772 /docs/Makefile | |
| parent | a8b3e97fe588a2411a8e869b52be1946ed9f0f86 (diff) | |
| download | msgpack-python-9e210bfc1a922031db67bf42e508b1b4550814c6.tar.gz | |
Add Packer.buffer() (#320)
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index b09d884..831a6a7 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -153,7 +153,7 @@ doctest: "results in $(BUILDDIR)/doctest/output.txt." serve: html - cd _build/html && python3 -m http.server + python3 -m http.server -d _build/html zip: html cd _build/html && zip -r ../../../msgpack-doc.zip . |
