docs: Add .nojeykyll for better github compatiblity

This commit is contained in:
Daniel Thompson 2020-02-24 08:51:25 +00:00
parent 7fc4592383
commit 1bfe748505

View file

@ -55,7 +55,9 @@ debug:
-ex "load"
docs:
$(RM) -rf docs/build/html/*
$(MAKE) -C docs html
touch docs/build/html/.nojekyll
sim: