diff options
| author | INADA Naoki <inada-n@klab.com> | 2013-02-26 09:20:44 +0900 |
|---|---|---|
| committer | INADA Naoki <inada-n@klab.com> | 2013-02-26 09:20:44 +0900 |
| commit | 3ce005cf377eaeb5a517ce82698e4ae4381e67b9 (patch) | |
| tree | b45eb1353b98b655803df23b8ec2486d0be02ce4 /docs/Makefile | |
| parent | 1e38bfa1235896f2df5d34211166276b48afa4b9 (diff) | |
| download | msgpack-python-3ce005cf377eaeb5a517ce82698e4ae4381e67b9.tar.gz | |
better packer docstring
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 10d4d4b..427a980 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -10,7 +10,7 @@ BUILDDIR = _build # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 PAPEROPT_letter = -D latex_paper_size=letter -ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . +ALLSPHINXOPTS = -E -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . # the i18n builder cannot share the environment and doctrees with the others I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . |
