On Mar 30, 8:33 am, Richard W Lincoln <[email protected]> wrote: > I have uploaded the documentation files generated by Sphinx for my > project to my 'gh-pages' branch, but images and CSS are not used. > > http://rwl.github.com/pylon/ > > They exist in a directory called "_static", but this does not seem to > be accessible due to the leading underscore. Is this specific to > Github due to the Jekyll features? Does anyone know how to instruct > Sphinx to copy static files to a directory of a different name?
See lib/jekyll/site.rb at http://github.com/mojombo/jekyll -- Jekyll assumes that directories prefixed by "_" contain site content, and doesn't copy them over. Sphinx seems to have hard-coded the _static output directory, as well. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/github?hl=en -~----------~----~----~----~------~----~------~--~---
