From 4bc963a15e13c466e8e9fcbd0a3ea32fa92c0581 Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Fri, 4 Mar 2016 08:46:05 +0000 Subject: [PATCH] Added .nojekyll to conf.py (must copy it to website root directory). --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index 9f9118ee..3bcdc888 100644 --- a/src/conf.py +++ b/src/conf.py @@ -180,7 +180,7 @@ html_static_path = ['_static'] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied # directly to the root of the documentation. -html_extra_path = ['CNAME'] +html_extra_path = ['CNAME', '.nojekyll'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. -- 2.40.0