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-02-20Collapse single line docstringsAdam Turner
2022-02-20Remove copyright and licence fieldsAdam Turner
2022-02-20Fix module docstring indentationAdam Turner
2022-02-20Fix module docstring first lineAdam Turner
2022-02-20Remove module titles in docstringsAdam Turner
2022-02-06Fix #9529: LaTeX: named footnotes are converted to "?"Takeshi KOMIYA
2022-01-02Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2021-10-26Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA
2021-03-13refactor: Use PEP-526 based variable annotation (sphinx.builders)Takeshi KOMIYA
2021-03-04Fix #8936: LaTeX: A custom LaTeX builder fails with unknown node errorTakeshi KOMIYA
2021-02-12Merge pull request #8866 from tk0miya/8865_IndexInSectionTitleTransformTakeshi KOMIYA
2021-02-10Merge pull request #8861 from tk0miya/refactor_latex_writer3Takeshi KOMIYA
2021-02-10LaTeX: Restructure the index nodes inside title nodes only on LaTeX buildsTakeshi KOMIYA
2021-02-10SubstitutionDefinitionsRemove: only run for LaTeX builderBrecht Machiels
2021-02-09refactor: LaTeX: Assign node_ids to footnotemark and footnotetextTakeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-09-08Don't remove substitution_reference nodes (fix #7953)Brecht Machiels
2020-02-23refactor: Update type annotations in sphinx.builders.*Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-06-10Migrate to py3 style type annotation: sphinx.builders.latex.transformsTakeshi KOMIYA
2019-03-30Add CitationDomain for citation processingTakeshi KOMIYA
2019-03-17Add SphinxPostTransform class (#6154)Takeshi KOMIYA
2019-03-10Merge branch '1.8' into 2.0Takeshi KOMIYA
2019-03-09Fix #6149: LaTeX: :index: role titles causes build error of LaTeXTakeshi KOMIYA
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-15Use Python 3 super() argument-less syntaxJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-04refactor: Use "self.config" accessor to get it simplyTakeshi KOMIYA
2018-12-02Fix annotations: Give Any type to settings to conceal errorsTakeshi KOMIYA
2018-12-02Fix annotations for buildersTakeshi KOMIYA
2018-11-29Fix annotations for buildersTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-23Adjust type annotations for transforms to docutils'Takeshi KOMIYA
2018-11-12Use super() to call parent class's methodJon Dufresne
2018-11-06Merge branch '1.8'jfbu
2018-10-31Fix #5563: latex: footnote_references generated by extension causes LaTeX bu...Takeshi KOMIYA
2018-08-26Apply NodeMatcher to SphinxTakeshi KOMIYA
2018-08-01Add :rst:role:`math:numref` role to refer equations (Same as :rst:role:`eq`)Takeshi KOMIYA
2018-06-09Fix #5064: KeyError on literal_block in new Latex transformTakeshi KOMIYA
2018-05-23Refactor: Add DocumentTargetTransform to simplify LaTeX writerTakeshi KOMIYA
2018-05-23Refactor: Add captioned_literal_block node to simplify LaTeX writerTakeshi KOMIYA
2018-05-20refactor: Move math_reference node to sphinx.builders.latex.nodesTakeshi KOMIYA
2018-05-03latex: Use ``\cite`` for citation references instead ``\hyperref``Takeshi KOMIYA
2018-05-03Add BibliographyTransform to restruct doctree for LaTeXTakeshi KOMIYA