From 0c7674f9a5f3ccede3c7bde83e15eb2f8d34a091 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 12 Aug 2014 09:14:58 +0530 Subject: [PATCH] ... --- manual/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/Makefile b/manual/Makefile index 303436d807..1f70ac023a 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -6,7 +6,7 @@ SPHINXOPTS = SPHINXBUILD = sphinx-build2 PAPER = -ALLSPHINXOPTS = -d .build/doctrees -D latex_paper_size=$(PAPER) \ +ALLSPHINXOPTS = -d .build/doctrees -D language=en -D latex_paper_size=$(PAPER) \ $(SPHINXOPTS) . .PHONY: help clean html web htmlhelp latex changes linkcheck