From 09d64dbf31c1257581462948c6c00068e00d8f9a Mon Sep 17 00:00:00 2001 From: Jaeden Amero Date: Fri, 24 May 2019 09:56:24 +0100 Subject: [PATCH] Allow publishing of folders starting with `_` GitHub pages uses Jekyll by default. Jekyll ignores all files and folders beginning with `_`. Sphinx is hard-coded to always output its theme to a folder named `_static`. In order to include `_static` in the published site, add a `.nojekyll` file to disable Jekyll processing (we don't need it, as we have html files and nothing needing Jekyll processing like markdown). --- docs/.nojekyll | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/.nojekyll diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 000000000..e69de29bb