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
2020-05-14Fix astext() for two Sphinx nodesJakob Lykke Andersen
2020-03-15C, flake and mypy fixes, rename attr in desc_signature_lineJakob Lykke Andersen
2020-03-14Add desc_sig_element and inherited nodesTakeshi KOMIYA
2020-01-01Merge branch '2.0'Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-12-25Merge branch '2.0'Takeshi KOMIYA
2019-12-24Migrate to py3 style type annotation: sphinx.cmdlineTakeshi KOMIYA
2019-11-17Merge branch '2.0'Takeshi KOMIYA
2019-11-01Close #4683: i18n: make explicit titles in toctree translatableTakeshi KOMIYA
2019-03-30Drop features and APIs deprecated in 1.8Takeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-28Merge branch '1.8'jfbu
2018-12-27Fix various spelling typosjfbu
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-15Deprecate abbreviation node (refs: #5720)Takeshi KOMIYA
2018-12-04Install abbreviation node forcedlyTakeshi KOMIYA
2018-12-04refactor: Use app.add_node() to register Sphinx own nodesTakeshi KOMIYA
2018-12-02Fix annotations (minor fixes)Takeshi KOMIYA
2018-12-01Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA
2018-12-01Fix annotations for i18nTakeshi KOMIYA
2018-11-27refactor: Use super() to call methods of superclassTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-10-31Merge branch '1.8'Takeshi KOMIYA
2018-10-16Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-05-20refactor: Move math_reference node to sphinx.builders.latex.nodesTakeshi KOMIYA
2018-05-19Add warning to docstring of math nodesTakeshi KOMIYA
2018-05-16Enable eq role by defaultTakeshi KOMIYA
2018-05-16Enable math_block node rendering by default (without HTML builders)Takeshi KOMIYA
2018-05-15Enable math node rendering by default (without HTML builders)Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-07-01Fix :manpage: role is smarty-quoted (refs: #3286)Takeshi KOMIYA
2017-06-24Refactor smart-quotes detectorTakeshi KOMIYA
2017-06-18fixTakeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2017-02-08Fix mypy violationsTakeshi KOMIYA
2017-01-05Drop deprecated termsep nodeTakeshi KOMIYA
2016-12-17Fix #3253: In Py2 environment, building another locale with a non-captioned t...shimizukawa
2016-12-04Emit several warnings that will be deprecated in Sphinx 1.6. There is no way ...shimizukawa
2016-11-16Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA
2016-11-16insert blank line(s) to adapt latest flake8/pycodestyleshimizukawa
2016-10-20Make rendering of multiline signatures better in html.Jakob Lykke Andersen