summaryrefslogtreecommitdiff
path: root/sphinx/writers
Commit message (Expand)AuthorAgeFilesLines
* Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA2021-10-272-3/+3
* LaTeX: fix '\raggedright' escaping causing "aggedright" textAndrey Mazo2021-10-151-1/+1
* Merge pull request #9717 from tk0miya/9710_even_odd_rowsTakeshi KOMIYA2021-10-102-17/+57
|\
| * Fix #9710: html: Wrong styles for even/odd rows in nested tablesTakeshi KOMIYA2021-10-092-17/+57
* | refactor: Node.traverse() will returns generator since 0.18Takeshi KOMIYA2021-10-102-2/+2
|/
* Fix local file download by encoding URLJohannes Aalto2021-09-242-2/+6
* Merge pull request #9594 from hkuno/pr/no_empty_desc_4.xTakeshi KOMIYA2021-09-111-3/+4
|\
| * Omit NAME section if blank descriptionHarumi Kuno2021-09-051-3/+3
| * skip empty descriptionHarumi Kuno2021-08-301-2/+3
* | Fix typos discovered by codespellChristian Clauss2021-09-081-1/+1
|/
* Improve sphinx.writers.text docstringsLouis Maddox2021-07-181-18/+17
* Improve docstring in sphinx.writers.manpageLouis Maddox2021-07-181-1/+1
* Improve docstrings in sphinx.writers.latexLouis Maddox2021-07-181-5/+4
* Typo fix in sphinx.writers.html5 docstringLouis Maddox2021-07-181-1/+1
* Merge pull request #9225 from doerwalter/typehint-htmlTakeshi KOMIYA2021-07-112-4/+8
|\
| * Remove configuration option html_signaturereturn_icon.Walter Doerwald2021-06-142-6/+6
| * Add configuration option html_signaturereturn_icon for the arrow before a ret...Walter Doerwald2021-05-162-2/+6
| * Rename CSS classes for return type hint HTML markup.Walter Doerwald2021-05-162-4/+4
| * Add HTML markup to the return type hint.Walter Doerwald2021-05-161-2/+2
* | Fix typoEisuke Kawashima2021-07-081-2/+2
* | Merge pull request #9358 from jonels-msft/menu-headingsTakeshi KOMIYA2021-07-072-2/+2
|\ \
| * | Provide more semantic structure for screen-readersJoe Nelson2021-06-172-2/+2
* | | Merge pull request #9401 from tk0miya/9387_custom_visitors_for_xmlTakeshi KOMIYA2021-07-071-1/+3
|\ \ \
| * | | Fix #9387: xml: XML Builder ignores custom visitorsTakeshi KOMIYA2021-07-041-1/+3
* | | | Merge branch 'sphinx-doc:4.x' into container-latexDavid A. Ham2021-07-042-2/+5
|\ \ \ \ | |/ / /
| * | | Fix :samp:`{var}` in manual pages.Martin Liska2021-06-161-1/+4
| |/ /
| * | Fix #9313jfbu2021-06-081-1/+1
| |/
* | Changes requested by review.David Ham2021-07-041-2/+2
* | Remove superfluous groupings.David Ham2021-05-121-2/+2
* | Refactor to one environment per class.David Ham2021-05-041-3/+5
* | Support containers in LaTeX output.David Ham2021-05-031-2/+4
|/
* Decl styling, handle desc_inline in manpage and texinfoJakob Lykke Andersen2021-04-122-6/+28
* Decl styling, update writersJakob Lykke Andersen2021-04-124-32/+86
* Decl styling, consistent monospaceJakob Lykke Andersen2021-04-121-4/+4
* Decl styling, make desc_inline nodeJakob Lykke Andersen2021-04-121-0/+6
* Decl styling, move static classes to addnodes from HTML5 writerJakob Lykke Andersen2021-04-122-9/+9
* Decl styling, move desc dynamic classes to domain base classJakob Lykke Andersen2021-04-122-12/+26
* Decl styling, docs and restructuringJakob Lykke Andersen2021-04-121-6/+16
* Merge pull request #9053 from tk0miya/title_node_for_toctree_captionTakeshi KOMIYA2021-04-092-2/+12
|\
| * Fix #8870: Use title node for the caption of toctreeTakeshi KOMIYA2021-04-092-2/+12
* | refactor: Use PEP-526 based variable annotation (sphinx.writers)Takeshi KOMIYA2021-03-136-84/+74
* | refactor: LaTeX: Use raw strings for LaTeX macrosTakeshi KOMIYA2021-02-261-185/+181
* | Merge branch '3.x'Takeshi KOMIYA2021-02-131-147/+148
|\ \ | |/
| * refactor: LaTeX: replace \n\n by a constant BLANKLINETakeshi KOMIYA2021-02-111-15/+16
| * refactor: LaTeX: replace \n by a constant CRTakeshi KOMIYA2021-02-111-145/+145
* | Merge branch '3.x' into merge_3.x_into_masterjfbu2021-02-091-1/+8
|\ \ | |/
| * s/node.attributes/node/ at one other locationjfbu2021-02-091-1/+1
| * Update sphinx/writers/latex.pyJean-François B2021-02-091-1/+1
| * Merge branch '3.x' into latex_hyperlinked_caption_footnotes_on_3.xjfbu2021-02-091-22/+35
| |\
| * | Extra references to explicitly numbered footnote get page indicationjfbu2021-02-061-0/+5