summaryrefslogtreecommitdiff
path: root/sphinx/writers
Commit message (Expand)AuthorAgeFilesLines
* Add Docutils-native XML and pseudo-XML buildersJon Waltman2012-12-041-0/+58
* Closes #920: rescue PIL packaging issue that allow import `Image` without `PI...shimizukawa2012-11-071-1/+4
* Fix whitespace / line length issues reported by "make test"Jon Waltman2012-11-031-3/+5
* Closes #998: fix manpage writer in expectation of docutils 0.10 API changeGeorg Brandl2012-10-301-6/+5
* Closes #1018: Fix "container" directive handling in the text builder.Georg Brandl2012-10-281-0/+5
* Closes #1028: Fix line block output in the text builder.Georg Brandl2012-10-281-3/+8
* Merged in klukas/sphinx/memoir (pull request #67)Georg Brandl2012-10-281-0/+3
|\
| * Added protection for the memoir classJeff Klukas2012-05-221-0/+3
* | Merged in jonwaltman/sphinx-info (pull request #73)Georg Brandl2012-10-281-7/+6
|\ \
| * | disable fncychap for Japanese documentsAkihiro Uchida2012-10-201-0/+2
| * | support pTeX and dvipdfmx with sphinx.styAkihiro Uchida2011-11-091-7/+4
| * | Added language names to the shorthandoff helperMelissa Draper2012-05-101-1/+2
* | | texinfo: Handle duplicate domain indices.Jon Waltman2012-07-261-20/+24
| |/ |/|
* | Added language names to the shorthandoff helperMelissa Draper2012-05-101-1/+2
|/
* 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-292-2/+4
* latex: table: push the whole context at onceBenoit Allard2011-10-121-5/+6
* Restore Python 3 compatibility.Georg Brandl2011-10-091-1/+2
* More version-compatibility hack removals.Georg Brandl2011-09-251-2/+0
* Merge with 1.0Georg Brandl2011-09-236-98/+1633
|\
| * Merge with 1.0Georg Brandl2011-09-231-2/+3
| |\
| * \ Merged in aohta/sphinx (pull request #24)Georg Brandl2011-09-221-8/+10
| |\ \
| | * | support to the pTex(Japanese TeX) in docutils 0.8.1aohta2011-09-221-8/+10
| * | | Merge with 1.0Georg Brandl2011-09-226-90/+1623
| |\ \ \ | | |/ /
| | * | Merged in marklodato/sphinx (pull request #4)Georg Brandl2011-09-222-3/+6
| | |\ \
| | | * | add 'highlight_args' option for literal_block nodesMark Lodato2011-07-062-2/+5
| | | * | PygmentsBridge: pass keyword arguments to PygmentsMark Lodato2011-07-062-3/+3
| | * | | Print table headers not only in first page but in next pagesShunichi Shinohara2011-09-221-2/+8
| | * | | Merge with 1.0.Georg Brandl2011-09-211-2/+2
| | |\ \ \
| | * | | | Fix #611: latex writer raised IndexError on pages with no section but a link ...Georg Brandl2011-09-211-2/+6
| | * | | | Fix :samp: latex tests.Georg Brandl2011-09-211-1/+3
| | * | | | Fix #722: remove special styling of :samp: role, and enable placeholder forma...Georg Brandl2011-09-211-7/+5
| | * | | | Fix #706: use a custom TextWrapper instead of monkeypatching a new wordsep_re...Georg Brandl2011-09-211-13/+20
| | * | | | Merged in benallard/sphinx (pull request #18)Georg Brandl2011-09-191-6/+4
| | |\ \ \ \
| | | * | | | Render SVG using an img tag, not an object one. Even IE9 understands it nowBenoit Allard2011-08-241-6/+4
| | * | | | | Code style fixes.Georg Brandl2011-09-171-4/+4
| | * | | | | Add multirow / multicol support for latexJoel Wurtz2011-08-311-7/+30
| | |/ / / /
| | * | | | Merged in kou/sphinx (pull request #12)Georg Brandl2011-08-121-1/+1
| | |\ \ \ \
| | | * | | | [i18n][man] add missing deunicode().kou2011-05-291-1/+1
| | | | |/ / | | | |/| |
| | * | | | Follow the behavior described by :confval:`primary_domain` to display domain ...Jon Waltman2011-07-071-4/+6
| | * | | | Use ``ObjType.lname`` for the category in Texinfo desc_signatures.Jon Waltman2011-07-031-21/+12
| | * | | | Prevent indexing commands from causing a paragraph break in Texinfo.Jon Waltman2011-06-291-1/+6
| | * | | | Replace no-break spaces with normal ones inside desc_parameters for Texinfo.Jon Waltman2011-06-271-1/+4
| | * | | | Properly escape ``quote'' characters in Texinfo.Jon Waltman2011-06-271-0/+3
| | * | | | Add method ``ensure_eol`` and use it to fix paragraph spacing in Texinfo.Jon Waltman2011-06-271-20/+34
| | |/ / /
| | * | | merge with 1.0Georg Brandl2011-05-151-2/+10
| | |\ \ \
| | * | | | Add :confval:`texinfo_show_urls`.Jon Waltman2011-03-061-2/+2
| | * | | | Add Texinfo support in ext.graphviz, ext.inheritance_diagram and ext.mathbase.Jon Waltman2011-03-051-102/+103
| | * | | | Use the standard Texinfo markup for footnotes.Jon Waltman2011-03-051-7/+53