diff options
author | Ryan Gonzalez <refi64@users.noreply.github.com> | 2017-02-11 04:47:37 (GMT) |
---|---|---|
committer | INADA Naoki <methane@users.noreply.github.com> | 2017-02-11 04:47:37 (GMT) |
commit | e7ffb99f842ebff97cffa0fc90b18be4e5abecf2 (patch) | |
tree | 981db24da947b618bf11ab069d4076cf98cb6096 /Doc/Makefile | |
parent | 29896ad3d33aaf1b9cb1e0f117f7d989843b4a19 (diff) | |
download | cpython-e7ffb99f842ebff97cffa0fc90b18be4e5abecf2.zip cpython-e7ffb99f842ebff97cffa0fc90b18be4e5abecf2.tar.gz cpython-e7ffb99f842ebff97cffa0fc90b18be4e5abecf2.tar.bz2 |
Fix some sphinx warnings (#9)
* Fix some deprecation warnings in Doc/conf.py
* Fix an rst error in Misc/NEWS
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 91f937f..6e1c183 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -10,7 +10,7 @@ PAPER = SOURCES = DISTVERSION = $(shell $(PYTHON) tools/extensions/patchlevel.py) -ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -D latex_paper_size=$(PAPER) \ +ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -D latex_elements.papersize=$(PAPER) \ $(SPHINXOPTS) . build/$(BUILDER) $(SOURCES) .PHONY: help build html htmlhelp latex text changes linkcheck \ |