From 3789f064ffbd9d36c593855030d56e7bef17e50c Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Fri, 2 Jan 2009 19:45:51 +0000 Subject: [PATCH] added -E to sphinx-build so source rst's are be always reloaded and warning messages printed --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40611 --- sites/scrapy.org/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/scrapy.org/Makefile b/sites/scrapy.org/Makefile index 72f355f93..75a2e7a3c 100644 --- a/sites/scrapy.org/Makefile +++ b/sites/scrapy.org/Makefile @@ -9,7 +9,7 @@ all : build tests build : docs docs : - sphinx-build -a -b pickle docs/scrapy-docs docs/pickle + sphinx-build -E -a -b pickle docs/scrapy-docs docs/pickle tests : $(SETTINGS); \