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
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
2017-03-12Split some long type-checking annotation linesjfbu
2017-03-12Merge branch 'stable'jfbu
2017-03-11Make docfield xref changes backwards compatibleJakob Lykke Andersen
2017-03-08Add callback on domains for xrefs from fields.Jakob Lykke Andersen
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2017-02-08Fix mypy violationsTakeshi KOMIYA
2017-01-19Set 'document' attribute of new node in DocFieldTransformerHenrik Alsing Friberg
2016-11-16Add type-check annotations to sphinx.utilTakeshi KOMIYA
2016-09-21Fix #2687: Uninstall sphinx directives and roles after buildTakeshi KOMIYA
2016-08-03Python domain can now link container types automaticallyAshley Whetter
2016-01-15Obligatory copyright update.Georg Brandl
2016-01-04Refactor GroupedField.make_field()Takeshi KOMIYA