summaryrefslogtreecommitdiff
path: root/sphinx/writers
Commit message (Collapse)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
| |\ \ \ | | |_|/ | |/| | | | | | Latex: Allow alternative float options for figures
| | * | 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
| |\ \ \ | | | | | | | | | | | | | | | Drop docutils-0.7, 0.8, 0.9 support.
| | * \ \ 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
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | | | | | | | Add lost latex table horizontal border-line.
| | | * | | | 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
| | | | | | |/ / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.
| | | | * | | | merge with stableGeorg Brandl2014-01-191-0/+6
| | | | |\ \ \ \
| | | | * \ \ \ \ Merge in pull request #172 from ↵Georg Brandl2014-01-192-0/+8
| | | | |\ \ \ \ \ | | | | | |_|/ / / | | | | |/| | | | | | | | | | | | | https://bitbucket.org/nsmgr8/sphinx/branch/default
| | | | | * | | | Add filename option to code-blockM Nasimul Haque2013-09-262-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepend the given filename to the code block
| | | | * | | | | merge headsshimizukawa2014-01-155-40/+133
| | | | |\ \ \ \ \ | | | | | |_|_|/ / | | | | |/| | | |
| | | | | * | | | merge with stableGeorg Brandl2014-01-131-3/+19
| | | | | |\ \ \ \
| | | | | * | | | | Closes #1174: Fix smart quotes being applied inside roles like ↵Georg Brandl2014-01-125-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | :rst:role:`program` or :rst:role:`makevar`.
| | | | * | | | | | 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 ↵Georg Brandl2014-01-191-0/+6
| |_|/ / |/| | | | | | | | | | | not valid HTML.
* | | | Closes #1001: render brackets around optional arguments correctly when the ↵Georg Brandl2014-01-121-3/+19
| |/ / |/| | | | | | | | | | | | | | arguments come before required arguments. Thanks to Chris Jerdonek for the patch.
* | | 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
|/ / | | | | | | Sphinx math extension active.
* | 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
|/ | | | | | | | | | | | | | | The LaTeX reference target used to be the bibitem id. But the bibitem id was already rewritten to contain a number instead of the lowercased id name, that is given by the bibtex file. This change adds a new element to the bibitem instantiation which contains the id from the bibtex file. The hypertarget uses this bibitem element now. The alternative fix would be to hyperref the numbered id and leave the target with the id number as it is. We decided against it, because in the html builder both the ref and the target use the bibtex id name and not the number. Signed-off-by: Erik Bernoth <erik.bernoth@gmail.com> Acked-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* Merged in erikb85/sphinx (pull request #154)Takayuki Shimizukawa2013-09-231-1/+11
|\ | | | | | | Removing "sphinx" prefix from Latex class parsing
| * Conditional prefix prepending for docclassesErik Bernoth2013-09-201-1/+11
| | | | | | | | | | | | | | To remove the prefix for document classes completely is not necessary. Old style config files can still work if there is a corresponding condition which prepends 'sphinx' only when the configured document class is one of the Sphinx specific classes.
| * 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
| | | | | | | | Now --embed-stylesheet option default become false.
* | Table improvements in latex:Lennart Regebro2013-07-126-50/+41
|\ \ | |/ | | | | | | - The table headers now use header fonts. - The hlines are in better places.
| * 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
| | | | | | | | (as current docutils >= r7607 writes it itself)
| * Closes #1088: raise an "unsupported" error when trying to put a literal ↵Georg Brandl2013-03-301-0/+4
| | | | | | | | block in a footnote in latex