From b25ce3a7e31479abd8d407faf8898d1a19b6d683 Mon Sep 17 00:00:00 2001 From: Geoffroy Desvernay Date: Mon, 9 Dec 2024 08:17:05 +0100 Subject: [PATCH] fix gh pages with sphinx --- doc/Makefile | 1 + docs/.nojekyll | 0 2 files changed, 1 insertion(+) create mode 100644 docs/.nojekyll diff --git a/doc/Makefile b/doc/Makefile index b8aa71fa..88190d11 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -55,6 +55,7 @@ html: @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." @rm -rf ../docs cp -r $(BUILDDIR)/html ../docs + touch ../docs/.nojekyll .PHONY: dirhtml dirhtml: diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 00000000..e69de29b