summaryrefslogtreecommitdiff
path: root/sphinx/writers/html.py
Commit message (Expand)AuthorAgeFilesLines
* SVG images are now supported in HTML (via ``<object>`` and ``<embed>`` tags).Georg Brandl2009-02-181-0/+20
* Remove apparent debugging leftover.Georg Brandl2009-02-181-1/+0
* Reformat to EOL80.Georg Brandl2009-01-101-7/+14
* Add Pygments style selection to theming.Georg Brandl2009-01-101-2/+1
* Close #52: There is now a ``hlist`` directive, creating a compactGeorg Brandl2009-01-041-0/+10
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
* Close #4: Added a ``:download:`` role that marks a non-document fileGeorg Brandl2008-12-281-0/+10
* Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
* Change the way to handle return annotations a bit.Georg Brandl2008-12-251-0/+5
* Add html_add_permalinks config value.Georg Brandl2008-11-301-2/+3
* Move builders and writers into new packages.Georg Brandl2008-11-291-0/+457