Closed mattions closed 14 years ago
for the time being you can use this per oneliner to have your image showing up perl -i -pe 's/_images/images/g' *.html
this is mine conf.py
html_static_path = ['_static', 'images']
The extension no more necessary. I will add ".nojekyll" file to the template.
fixed 0.2b2
Hi,
I tried to add an image with the directive .. image:: images/ball.png
The image is properly copied into the images directory in the docs/_build/html/images but the html has still coded the one with the underscore:
Also that bit should be fixed.