From addd8b6d141217cb8df893cb24d67e2c01dc4218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 20 Jul 2018 19:36:38 -0400 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b48f1e2..098fe2f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = +SPHINXOPTS = -Ea SPHINXBUILD = sphinx-build SPHINXPROJ = AgaricCollective SOURCEDIR = .