]> granicus.if.org Git - re2c/commitdiff
Added .nojekyll to conf.py (must copy it to website root directory).
authorUlya Trofimovich <skvadrik@gmail.com>
Fri, 4 Mar 2016 08:46:05 +0000 (08:46 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Fri, 4 Mar 2016 08:46:05 +0000 (08:46 +0000)
src/conf.py

index 9f9118eedfd6b18b4a158bfa4bb07830d4618f30..3bcdc888eb401c1e73db731c4279a50931788da3 100644 (file)
@@ -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.