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-09refactor: Use PEP-526 based variable annotation (sphinx.util)Takeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-12-20Merge branch '3.x'Takeshi KOMIYA
2020-12-19Fix #8365: py domain: :type: and :rtype: gives false ambiguous warningsTakeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-05-03Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-03-07Hello TYPE_CHECKING!Takeshi KOMIYA
2020-03-07Deprecate codes for python 3.5Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-08-01Fix #6474: ``DocFieldTransformer`` raises AttributeErrorTakeshi KOMIYA
2019-07-13Fix type annotation for python 3.5.1Takeshi KOMIYA
2019-06-03Migrate to py3 style type annotation: sphinx.util.docfieldsTakeshi KOMIYA
2019-03-23Add ObjectDescription.get_field_type_map()Takeshi 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-17Merge pull request #5509 from stephenfin/remove-future-importsTakeshi KOMIYA
2018-12-17py3: Remove (most) __future__ importsStephen Finucane
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-11Fix annotaions for docfieldsTakeshi KOMIYA
2018-12-10Merge pull request #5740 from tk0miya/fix_typehints_for_TextlikeNodeTakeshi KOMIYA
2018-12-09Add TextlikeNode type for docfieldsTakeshi KOMIYA
2018-12-09Fix annotationsTakeshi KOMIYA
2018-12-03Fix annotations for cpp domainTakeshi KOMIYA
2018-11-29Fix annotations for utilTakeshi KOMIYA
2018-11-29Fix annotations for minor methods and functionsTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-12Use super() to call parent class's methodJon Dufresne
2018-09-22Merge branch 'master' into HEADTakeshi KOMIYA
2018-09-22Merge branch '1.8' into 5426_TypeError_for_class_attributesTakeshi KOMIYA
2018-09-22Fix py domain: TypeError has been raised for class attribute (ref: #5426)Takeshi KOMIYA
2018-09-22Fix #5432: py domain: :type: field can't process :term: referencesTakeshi KOMIYA
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-03-17Merge branch '1.7'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-02-04Merge pull request #4047 from AWhetter/fix_2979_2Rob Ruana
2017-12-31A happy new year!Takeshi KOMIYA
2017-09-07Properties can have types documented with :type:Ashley Whetter
2017-05-05Merge branch 'stable' into 1.6-releasejfbu
2017-05-02Fix #3685: AttributeError when using 3rd party domainsTakeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-12Correct missing space before type annotationjfbu