From bbdd2265b25ae3df06fefecb1d2ab70648c56081 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Mon, 16 Aug 2021 21:05:00 +0200 Subject: [PATCH] Always render all pages without cache --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index d4bb2cbb9..2fded69ef 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line, and also # from the environment for the first two. -SPHINXOPTS ?= +SPHINXOPTS ?= -E SPHINXBUILD ?= sphinx-build SOURCEDIR = . BUILDDIR = _build -- GitLab