Add options to rebuild ALL files everytime
Without this you may go crazy trying to figure out why a file that links to another file hasn't picked up the reference after you fix it in the referenced file. The reason is that the referencing file wasn't changed, so isn't rebuilt, and so cannot pick up on the correction.
This commit is contained in:
parent
397c6942f1
commit
addd8b6d14
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
|
||||
# You can set these variables from the command line.
|
||||
SPHINXOPTS =
|
||||
SPHINXOPTS = -Ea
|
||||
SPHINXBUILD = sphinx-build
|
||||
SPHINXPROJ = AgaricCollective
|
||||
SOURCEDIR = .
|
||||
|
|
Loading…
Reference in a new issue