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-05-09refactor: Add Optional to type annotationsTakeshi KOMIYA
2021-03-22refactor: Use PEP-526 based variable annotation (sphinx.domains)Takeshi KOMIYA
2021-01-23refactor: Index class becomes subclasses of abc.ABCTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-07-16refactor: namedtuples with PEP 526Takeshi KOMIYA
2020-03-07Hello TYPE_CHECKING!Takeshi KOMIYA
2020-03-07Deprecate codes for python 3.5Takeshi KOMIYA
2020-02-22Fix #3106: domain: Register hyperlink target for index page automaticallyTakeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-07-13Fix type annotation for python 3.5.1Takeshi KOMIYA
2019-06-29Migrate to py3 style type annotation: sphinx.domainsTakeshi KOMIYA
2019-02-14docs: Address review commentsStephen Finucane
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-19Replace EnvironmentError and IOError by OSErrorTakeshi 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-03Fix annotations for cpp domainTakeshi KOMIYA
2018-12-03Fix annotations of enumerable_nodesTakeshi KOMIYA
2018-12-01Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA
2018-11-29Fix annotations for domainsTakeshi KOMIYA
2018-11-27refactor: Use super() to call methods of superclassTakeshi 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-24Merge pull request #5667 from tk0miya/fix_typehints_for_domainsTakeshi KOMIYA
2018-11-24Fix annotations for Domain.resolve_xref()Takeshi KOMIYA
2018-11-24Fix annotations for Domain.process_doc()Takeshi KOMIYA
2018-11-24Fix annotations for app.add_nodes() and related functionsTakeshi KOMIYA
2018-11-21Add IndexEntry class to represent an entry of indicesTakeshi KOMIYA
2018-11-11Fix type annotations for RoleFunctionTakeshi KOMIYA
2018-11-05Fix typehints: sphinx.domainsTakeshi KOMIYA
2018-09-22Merge branch 'master' into HEADTakeshi KOMIYA
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-09-11Remove use of six.iteritems()Jon Dufresne
2018-03-21Merge branch 'master' into refactor_enumerable_nodesTakeshi KOMIYA
2018-03-17Merge branch '1.7'Takeshi KOMIYA
2018-03-17Add Domain#get_enumerable_node_type()Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-02-18Merge branch '1.7'Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-01-20doc: Use :event: roleTakeshi KOMIYA
2017-12-31Merge branch 'happy_new_year' into masterTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-12-20Fix mypy violationTakeshi KOMIYA