diff options
| author | Georg Brandl <georg@python.org> | 2009-02-18 00:52:12 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-02-18 00:52:12 +0100 |
| commit | 27e20dc5f5ea2f53ead870283aa39ce6bb525b11 (patch) | |
| tree | fa935820938ccc85feeb77da08515ec570aa7ea5 /CHANGES | |
| parent | 1d6c00ff74ea59c674918d47940c8ec3602f2fe8 (diff) | |
| download | sphinx-27e20dc5f5ea2f53ead870283aa39ce6bb525b11.tar.gz | |
SVG images are now supported in HTML (via ``<object>`` and ``<embed>`` tags).
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -61,6 +61,9 @@ New features added - Scaled images now get a link to the unscaled version. + - SVG images are now supported in HTML (via ``<object>`` and + ``<embed>`` tags). + - Added a ``toctree`` callable to the templates, and the ability to include external links in toctrees. The 'collapse' keyword argument indicates whether or not to only display subitems of |
