Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-01A happy new year!Takeshi KOMIYA
2021-12-09Fix #9944 (LaTeX writer visit_desc_content())jfbu
2021-10-26Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA
2021-10-15LaTeX: fix '\raggedright' escaping causing "aggedright" textAndrey Mazo
2021-10-10refactor: Node.traverse() will returns generator since 0.18Takeshi KOMIYA
2021-09-08Fix typos discovered by codespellChristian Clauss
2021-07-18Improve docstrings in sphinx.writers.latexLouis Maddox
2021-07-08Fix typoEisuke Kawashima
2021-07-04Merge branch 'sphinx-doc:4.x' into container-latexDavid A. Ham
2021-07-04Changes requested by review.David Ham
2021-06-09Fix #9313jfbu
2021-05-12Remove superfluous groupings.David Ham
2021-05-04Refactor to one environment per class.David Ham
2021-05-03Support containers in LaTeX output.David Ham
2021-04-12Decl styling, update writersJakob Lykke Andersen
2021-03-13refactor: Use PEP-526 based variable annotation (sphinx.writers)Takeshi KOMIYA
2021-02-25refactor: LaTeX: Use raw strings for LaTeX macrosTakeshi KOMIYA
2021-02-12Merge branch '3.x'Takeshi KOMIYA
2021-02-10refactor: LaTeX: replace \n\n by a constant BLANKLINETakeshi KOMIYA
2021-02-10refactor: LaTeX: replace \n by a constant CRTakeshi KOMIYA
2021-02-09Merge branch '3.x' into merge_3.x_into_masterjfbu
2021-02-09s/node.attributes/node/ at one other locationjfbu
2021-02-09Update sphinx/writers/latex.pyJean-François B
2021-02-09Merge branch '3.x' into latex_hyperlinked_caption_footnotes_on_3.xjfbu
2021-02-09Merge branch '3.x'Takeshi KOMIYA
2021-02-07Extra references to explicitly numbered footnote get page indicationjfbu
2021-02-06Use \thesphinxscope mark-up (shorter, and may help trick for page scope)jfbu
2021-02-06refactor: LaTeX: separate self.body.append() call to single line outputTakeshi KOMIYA
2021-02-06Prepare for scope-limited footnote numberingjfbu
2021-02-05LaTeX footnotes from caption titles now hyperlinked in PDFjfbu
2021-02-02Merge branch '3.x' into master_with_merged_3.xjfbu
2021-02-02LaTeX: save footnotes arising from inside function signaturesjfbu
2021-01-30Merge branch '3.x'jfbu
2021-01-30Let latex writer line trimming from depart_entry() work as before #8781jfbu
2021-01-30Merge branch '3.x'Takeshi KOMIYA
2021-01-29Merge pull request #8779 from jfbu/latex_hlist_supportJean-François B
2021-01-29Fix suppression of needed whiteline, encapsulate into \sphinxAtStartParjfbu
2021-01-29Fix #8780: long words in narrow columns may not be hyphenatedjfbu
2021-01-28Fix #8072: Directive hlist not implemented in LaTeXjfbu
2021-01-22Merge branch '3.x'Takeshi KOMIYA
2021-01-17Merge pull request #8690 from tk0miya/4550_align_defaultTakeshi KOMIYA
2021-01-16refactor: Remove meaningless variable: attrsTakeshi KOMIYA
2021-01-16Merge branch '3.x'Takeshi KOMIYA
2021-01-16Fix #4550: The align attribute of figure nodes becomes None by defaultTakeshi KOMIYA
2021-01-11Close #207: Now highlight_language supports multiple languagesTakeshi KOMIYA
2021-01-11Fix #8671: highlight_options is not workingTakeshi KOMIYA
2021-01-10refactor: Access config object from self directly in writersTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-12-08Fold long lineToni Ruža