summaryrefslogtreecommitdiff
path: root/sphinx/writers/html.py
Commit message (Expand)AuthorAgeFilesLines
* merge with stableGeorg Brandl2014-03-011-14/+30
|\
| * Update copyright year.Georg Brandl2014-03-011-14/+30
| |\
| | * Follow-up to #1355: replace <big> tag by <span class="sig-paren">.Georg Brandl2014-01-261-2/+2
| | * merge with stableGeorg Brandl2014-01-221-12/+28
| | |\
| | | * Modernize newly written code as wellDmitry Shachnev2014-01-201-1/+1
| | | * MergeDmitry Shachnev2014-01-201-12/+12
| | | |\
| | | | * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-12/+12
| | | * | merge with stableGeorg Brandl2014-01-191-0/+6
| | | |\ \
| | | * \ \ Merge in pull request #172 from https://bitbucket.org/nsmgr8/sphinx/branch/de...Georg Brandl2014-01-191-0/+3
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | Add filename option to code-blockM Nasimul Haque2013-09-261-0/+3
| | | * | | merge with stableGeorg Brandl2014-01-131-3/+19
| | | |\ \ \
| | | * | | | Closes #1174: Fix smart quotes being applied inside roles like :rst:role:`pro...Georg Brandl2014-01-121-0/+13
* | | | | | | 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.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
|\
| * Closes #960: Convert seealso directive to ordinary admonition.Robert Lehmann2012-12-161-1/+1
* | Copyright update.Georg Brandl2013-01-011-1/+1
|/
* Closes #920: rescue PIL packaging issue that allow import `Image` without `PI...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-15/+50
|\ \ | |/ |/|
| * #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
| |\
| * | 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
| |\ \
| * | | #460: Allow limiting the depth of section numbers for HTML.Georg Brandl2010-08-251-3/+3
* | | | 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
| |_|/ |/| |
* | | New year update.Georg Brandl2011-01-041-1/+1
| |/ |/|