summaryrefslogtreecommitdiff
path: root/sphinx/writers/html.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #1375: fix ResourceWarnings with unclosed PIL images.Georg Brandl2014-03-011-1/+4
* Update copyright year.Georg Brandl2014-03-011-1/+1
* Closes #1355: compatibility fix for Django docs.Georg Brandl2014-01-221-0/+1
* Closes #1323: Fix emitting empty ``<ul>`` tags in the HTML writer, which is n...Georg Brandl2014-01-191-0/+6
* Closes #1001: render brackets around optional arguments correctly when the ar...Georg Brandl2014-01-121-3/+19
* Closes #901: Emit a warning when using docutils' new "math" markup without a ...Georg Brandl2014-01-111-0/+7
* Remove handlers for the "refcount" node.Georg Brandl2013-10-121-5/+0
* Avoid some pyflakes false positives.Georg Brandl2013-09-161-1/+2
* Add test for docutils.conf and prevent 'html4css1.css' missing warning.Takayuki Shimizukawa2013-07-271-0/+8
* Add a link to a blog post explaining docutils Writers/TranslatorsEric Holscher2013-07-021-0/+2
* versionlabels are handled entirely in the versionmodified directive, instead ...Nozomu Kaneko2013-01-061-9/+6
* merge with birkenfeld/sphinxRobert Lehmann2013-01-021-1/+1
|\
| * Copyright update.Georg Brandl2013-01-011-1/+1
* | Closes #960: Convert seealso directive to ordinary admonition.Robert Lehmann2012-12-161-1/+1
|/
* Closes #920: rescue PIL packaging issue that allow import `Image` without `PI...Takayuki Shimizukawa2012-11-071-1/+4
* Add a comment explaining part of visit_image.Georg Brandl2012-03-101-0/+3
* Closes #853: Restore compatibility with docutils trunk.Georg Brandl2012-01-291-0/+2
* Closes #695: When the highlight language "python" is specified explicitly, do...Georg Brandl2012-01-291-1/+2
* More version-compatibility hack removals.Georg Brandl2011-09-251-2/+0
* Merged in marklodato/sphinx (pull request #4)Georg Brandl2011-09-221-1/+3
|\
| * add 'highlight_args' option for literal_block nodesMark Lodato2011-07-061-1/+3
| * PygmentsBridge: pass keyword arguments to PygmentsMark Lodato2011-07-061-1/+1
* | Render SVG using an img tag, not an object one. Even IE9 understands it nowBenoit Allard2011-08-241-6/+4
|/
* merge with 1.0Georg Brandl2011-05-151-2/+10
|\
| * Closes #676: Respect custom function/method parameter separator strings.Georg Brandl2011-05-151-1/+2
| * Closes #647: Do not apply SmartyPants in parsed-literal blocks.Georg Brandl2011-05-151-1/+8
* | merge with 1.0Georg Brandl2011-01-151-1/+7
|\ \ | |/
| * Fix a few nits found by epubcheck.Georg Brandl2011-01-151-0/+6
| * #599: Import PIL as ``from PIL import Image``.Georg Brandl2011-01-151-1/+1
* | #586: Implemented improved glossary markup which allows multiple terms per de...Georg Brandl2011-01-061-0/+4
* | #259: HTML table rows now have even/odd CSS classes to enable "Zebra styling".Georg Brandl2011-01-061-0/+27
* | merge with 1.0Georg Brandl2011-01-041-1/+1
|\ \ | |/
| * New year update.Georg Brandl2011-01-041-1/+1
* | Remove html_permalink_text again and give meaning to html_add_permalinks.Georg Brandl2010-12-111-6/+8
* | #559 Add `html_permalink_text` confvalDaniel Neuhäuser2010-12-011-6/+11
* | #543: Remove special treatment of None, True and False in literals.Georg Brandl2010-10-221-3/+0
* | merge with 1.0Georg Brandl2010-10-221-2/+4
|\ \ | |/
| * #534: warning message instead of crash if invalid Pygments lexer name is used.Georg Brandl2010-10-221-2/+4
* | #460: Allow limiting the depth of section numbers for HTML.Georg Brandl2010-08-251-3/+3
|/
* #495: Fix internal vs. external link distinction for links coming from a docu...Georg Brandl2010-08-231-1/+1
* #415: Do not compact single paragraphs within desc_content nodes.Georg Brandl2010-05-281-0/+9
|\
| * Fix for .html writer logicsmerch2010-05-281-0/+42
|/
* Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the external/inter...Georg Brandl2010-05-241-10/+25
* mergeGeorg Brandl2010-04-181-3/+7
|\
| * Review changes from http://bitbucket.org/tpowers/sphinx/ and add docs.Georg Brandl2010-04-071-1/+1
| * Implemented html_compact_lists conf.py option. Normally True. When False,tpowers2010-03-281-3/+7
* | Get rid of the "module" node.Georg Brandl2010-02-201-5/+0
* | Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-171-1/+1
* | merge with trunkGeorg Brandl2010-01-171-0/+6
|\ \ | |/
| * Add single-file HTML builder. Closes #151.Georg Brandl2010-01-171-0/+6