Bypass Jekyll processing for github pages

sphinx uses directories that start with underscores which
Jekyll considers these to be special resources and does not copy
them to the final site.
This commit is contained in:
Marcus Schäfer 2018-11-06 10:09:44 +01:00
parent f006810661
commit 26e4121e40
No known key found for this signature in database
GPG Key ID: AD11DD02B44996EF

View File

@ -132,6 +132,7 @@ deps = {[testenv:doc]deps}
changedir=doc
commands =
travis-sphinx --outdir build_travis build --nowarn --source ./source
bash -c 'touch ./build_travis/.nojekyll'
bash -c 'cp -a ./source/development/schema/images ./build_travis/development'