Support the image directive.

This commit is contained in:
Georg Brandl
2008-03-25 12:32:03 +00:00
parent 649ce723c1
commit ba47f283f6
8 changed files with 168 additions and 19 deletions

View File

@@ -1,6 +1,9 @@
Changes in trunk
================
* sphinx.htmlwriter, sphinx.latexwriter: Support the ``.. image::``
directive by copying image files to the output directory.
* sphinx.environment: Take dependent files into account when collecting
the set of outdated sources.