summaryrefslogtreecommitdiff
path: root/sphinx/writers/html.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | #534: warning message instead of crash if invalid Pygments lexer name is used.Georg Brandl2010-10-221-2/+4
|/
* #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-39/+6
|\
* | 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-23/+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
| |\
| * \ merge with trunkGeorg Brandl2010-01-021-1/+1
| |\ \
| * \ \ merge with trunkGeorg Brandl2009-12-281-17/+6
| |\ \ \
| | * | | Remove docutils 0.4 support.Georg Brandl2009-10-271-15/+4
| | * | | merge with trunkGeorg Brandl2009-10-261-1/+1
| | |\ \ \
| | * | | | More refactoring for language-independent domain support.Georg Brandl2009-09-071-2/+2
* | | | | | 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
| |_|_|_|/ |/| | | |
* | | | | Add single-file HTML builder. Closes #151.Georg Brandl2010-01-171-0/+6
| |_|_|/ |/| | |
* | | | merge with 0.6Georg Brandl2010-01-011-1/+1
|\ \ \ \ | |/ / /
| * | | merge with 0.6gbrandl2009-12-281-1/+1
| |\ \ \
| | * \ \ merge with 0.6gbrandl2009-12-241-0/+6
| | |\ \ \ | | | |_|/ | | |/| |
| | * | | html builder: give versionmodified paragraphs the respective class.Georg Brandl2009-09-161-1/+1
| | | |/ | | |/|
* | | | Happy new year!Georg Brandl2010-01-011-1/+1
|/ / /
* | | Fix for commit 41cb9d297064.Georg Brandl2009-12-281-3/+4
| |/ |/|
* | #299: Fix the mangling of quotes in "include:: :literal:" blocks.Georg Brandl2009-12-241-0/+6
|/
* #225: Don't add whitespace in generated HTML after inline tags.Georg Brandl2009-08-061-2/+2
* Restore docutils compatibility.Georg Brandl2009-07-091-3/+3
* #157: fix make check.Georg Brandl2009-05-101-2/+3
* fix whitespaceGeorg Brandl2009-04-281-7/+11
* #114: Added an ``abbr`` role to markup abbreviations and acronyms.Georg Brandl2009-03-051-0/+8
* #10: implement HTML section numbering.Georg Brandl2009-02-221-0/+18
* Style nits.Georg Brandl2009-02-211-2/+2
* Add a few more docstrings, and remove the last XXX comments in the desc direc...Georg Brandl2009-02-201-2/+0
* 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