summaryrefslogtreecommitdiff
path: root/sphinx/writers
Commit message (Expand)AuthorAgeFilesLines
* merge with stableGeorg Brandl2014-03-025-30/+72
|\
| * mergeGeorg Brandl2014-03-011-1/+4
| |\
| | * merge with stableGeorg Brandl2014-03-015-29/+69
| | |\
| * | \ Merged in erny1803/sphinx (pull request #227)Georg Brandl2014-03-011-1/+3
| |\ \ \ | | |_|/ | |/| |
| | * | Allow alternative float options for figure. See #1. no-pep8Ernesto Revilla2014-02-201-1/+3
| * | | Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206)Georg Brandl2014-03-011-8/+5
| |\ \ \
| | * \ \ merge headsshimizukawa2014-01-185-40/+133
| | |\ \ \
| | * | | | Drop docutils-0.7, 0.8 and 0.9 supportshimizukawa2013-12-151-8/+5
| * | | | | Update copyright year.Georg Brandl2014-03-015-21/+64
| |\ \ \ \ \
| | * \ \ \ \ Merged in mmuraki/sphinx (pull request #192)Georg Brandl2014-03-015-60/+167
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | Follow-up to #1355: replace <big> tag by <span class="sig-paren">.Georg Brandl2014-01-261-2/+2
| | | * | | | merge with stableGeorg Brandl2014-01-225-17/+59
| | | |\ \ \ \
| | | | * | | | Modernize newly written code as wellDmitry Shachnev2014-01-201-1/+1
| | | | * | | | MergeDmitry Shachnev2014-01-204-16/+16
| | | | |\ \ \ \
| | | | | * | | | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-194-16/+16
| | | | | | |/ / | | | | | |/| |
| | | | * | | | merge with stableGeorg Brandl2014-01-191-0/+6
| | | | |\ \ \ \
| | | | * \ \ \ \ Merge in pull request #172 from https://bitbucket.org/nsmgr8/sphinx/branch/de...Georg Brandl2014-01-192-0/+8
| | | | |\ \ \ \ \ | | | | | |_|/ / / | | | | |/| | | |
| | | | | * | | | Add filename option to code-blockM Nasimul Haque2013-09-262-0/+8
| | | | * | | | | merge headsshimizukawa2014-01-155-40/+133
| | | | |\ \ \ \ \ | | | | | |_|_|/ / | | | | |/| | | |
| | | | | * | | | merge with stableGeorg Brandl2014-01-131-3/+19
| | | | | |\ \ \ \
| | | | | * | | | | Closes #1174: Fix smart quotes being applied inside roles like :rst:role:`pro...Georg Brandl2014-01-125-0/+35
| | | | * | | | | | Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-151-1/+0
| | * | | | | | | | readjustment horizontal border-linemmuraki2013-11-141-3/+2
| | * | | | | | | | Add lost latex table horizontal border-line.mmuraki2013-11-131-1/+3
| | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | Closes #1370: Ignore "toctree" nodes in text writer, instead of raising.Georg Brandl2014-03-011-0/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Closes #1375: fix ResourceWarnings with unclosed PIL images.Georg Brandl2014-03-011-1/+4
|/ / / / / / /
* | | | | | | Update copyright year.Georg Brandl2014-03-018-8/+8
| |/ / / / / |/| | | | |
* | | | | | 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 #929: Support parsed-literal blocks in LaTeX output correctly.Georg Brandl2014-01-111-37/+37
* | | Closes #901: Emit a warning when using docutils' new "math" markup without a ...Georg Brandl2014-01-115-0/+42
|/ /
* | Remove handlers for the "refcount" node.Georg Brandl2013-10-125-25/+0
* | Closes #1278: fix typo in attribute name in_production_list.Georg Brandl2013-10-011-1/+1
* | Do not lower() citeid in latex writer's bibitems.Matthias C. M. Troffaes2013-10-011-1/+1
* | moved comment above describing elementErik Bernoth2013-09-251-1/+2
* | writers/latex: debug bibtex hypertarget labelsErik Bernoth2013-09-241-2/+3
|/
* Merged in erikb85/sphinx (pull request #154)Takayuki Shimizukawa2013-09-231-1/+11
|\
| * Conditional prefix prepending for docclassesErik Bernoth2013-09-201-1/+11
| * Makes the config value for latex doc classes more flexible.Erik Bernoth2013-08-061-1/+1
* | Closes #1192: Fix escaping problem for hyperlinks in the manpage writer.Georg Brandl2013-09-161-1/+3
* | Avoid some pyflakes false positives.Georg Brandl2013-09-164-4/+6
* | Do not use footnotesize for table entries.Georg Brandl2013-09-161-3/+1
* | merge with regrebo/sphinx (PR#151)Georg Brandl2013-09-161-0/+8
|\ \ | |/
| * Add test for docutils.conf and prevent 'html4css1.css' missing warning.shimizukawa2013-07-271-0/+8
* | Table improvements in latex:Lennart Regebro2013-07-126-50/+41
|\ \ | |/
| * Add a link to a blog post explaining docutils Writers/TranslatorsEric Holscher2013-07-021-0/+2
| * Use sphinx.util.compat.docutils_version, as suggested by Georg BrandlDmitry Shachnev2013-04-071-3/+2
| * manpage writer: write MACRO_DEF only with Docutils < 0.11Dmitry Shachnev2013-04-071-2/+5
| * Closes #1088: raise an "unsupported" error when trying to put a literal block...Georg Brandl2013-03-301-0/+4