diff --git a/Makefile b/Makefile index 775a4126..4124babc 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,7 @@ documentation: rm -f _toc.yml && \ myst clean && \ timeout 10 myst build --html || true + cd docs && test -d _build/html && touch _build/html/.nojekyll || true documentation-build: cd docs && \ diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 00000000..e69de29b