mirror of https://github.com/scrapy/scrapy.git
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
This commit is contained in:
parent
47881c6e64
commit
3789f064ff
|
|
@ -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); \
|
||||
|
|
|
|||
Loading…
Reference in New Issue