From e6fd23ff943293d6356945501278079671f097fd Mon Sep 17 00:00:00 2001 From: Blottiere Paul Date: Wed, 27 May 2020 00:05:08 +0200 Subject: [PATCH] Generate nojekyll file --- doc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Makefile b/doc/Makefile index 1a6832f..f5e6951 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -42,6 +42,7 @@ clean: html: $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html + @touch $(BUILDDIR)/html/.nojekyll @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."