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
2021-03-22refactor: Use PEP-526 based variable annotation (sphinx.domains)Takeshi KOMIYA
2021-03-13refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA
2021-01-03refactor: Update typehints for ObjectDescription using GenericTakeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-03-01rst domain: Generate node_id for objects in the right wayTakeshi KOMIYA
2020-02-29refactor: Set source_info to nodesTakeshi KOMIYA
2020-02-08Deprecate desc_signature['first']Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-06-29Migrate to py3 style type annotation: sphinx.domains.rstTakeshi KOMIYA
2019-05-19Make directive option unique using directive nameTakeshi KOMIYA
2019-05-13Add :type: option for rst:directive:option directiveTakeshi KOMIYA
2019-05-13Add rst:directive:option directiveTakeshi KOMIYA
2019-04-15Merge pull request #6302 from tk0miya/refactor_rst_domain5Takeshi KOMIYA
2019-04-14refactor: separate ReSTMarkup.get_index_text() to subclassesTakeshi KOMIYA
2019-04-14Merge pull request #6301 from tk0miya/refactor_rst_domainTakeshi KOMIYA
2019-04-14refactor: rst domain: Add objects property and note_object() methodTakeshi KOMIYA
2019-04-14Fix #6299: rst:directive directive generates waste spaceTakeshi 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-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-07Update type annotationsTakeshi KOMIYA
2018-11-29Fix annotations for domainsTakeshi KOMIYA
2018-11-25Merge pull request #5665 from tk0miya/fix_typehintsTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-24Fix annotations for Domain.resolve_xref()Takeshi KOMIYA
2018-10-16Merge branch '1.8'Takeshi KOMIYA
2018-10-16Fix mypy violationsTakeshi KOMIYA
2018-09-11Remove use of six.iteritems()Jon Dufresne
2018-04-25Merge branch '1.7'Takeshi KOMIYA
2018-04-25Revert f4f693eff7b081785cc5704a6ff22cf0371355f3Takeshi KOMIYA
2018-04-22Merge branch '1.7'Takeshi KOMIYA
2018-04-22 #4459: duplicated labels detector does not work well in parallel buildTakeshi KOMIYA
2018-03-17Merge branch '1.7'Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-02-24Replace ``l_()`` by ``_()``Takeshi KOMIYA
2018-02-18Merge branch '1.7'Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-01-31Merge branch '1.7-release'Takeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2018-01-24Close #4460: extensions should return the version of data structure as metadataTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2016-12-15Update type annotationsTakeshi KOMIYA
2016-12-13Merge branch 'stable'Takeshi KOMIYA
2016-12-12builtin extensions return metadata to allow parallel buildTakeshi KOMIYA
2016-11-16Add type-check annotations to sphinx.domainsTakeshi KOMIYA