Skip to content

Commit

Permalink
Added .nojekyll file to disable Jekyll
Browse files Browse the repository at this point in the history
Otherwise, the site appears without css because Jekyll ignores
all directories and files starting with underscore, whereas sphinx
uses underscore diretories. See also:

- https://github.com/blog/572-bypassing-jekyll-on-github-pages
- https://help.github.com/articles/files-that-start-with-an-underscore-are-missing/
  • Loading branch information
orbeckst committed Apr 9, 2015
1 parent 9f7711a commit 128d611
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Jekyll should not process anythin in this branch:

- https://help.github.com/articles/files-that-start-with-an-underscore-are-missing/
- https://github.com/blog/572-bypassing-jekyll-on-github-pages

0 comments on commit 128d611

Please sign in to comment.