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-02-20Remove copyright and licence fieldsAdam Turner
2022-02-20Conform to PEP 257 summary line conventionsAdam Turner
2022-02-20Fix module docstring indentationAdam Turner
2022-02-20Fix module docstring first lineAdam Turner
2022-02-20Remove module titles in docstringsAdam Turner
2022-01-10Fix typing in docfields.pyPhilipp A
2022-01-10merge 'isinstance' calls (SIM101)Daniel Eades
2022-01-01Merge branch '4.3.x' into 4.xTakeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2021-12-26Fix some messages are still not translatedTakeshi KOMIYA
2021-06-03DocFields, small fixesJakob Lykke Andersen
2021-06-03fields, call roles instead of making a pending_xrefJakob Lykke Andersen
2021-05-15Fix #9224: info-field-list does not support a type containing spaceTakeshi KOMIYA
2021-05-03refactor: Add Optional to type annotationsTakeshi KOMIYA
2021-04-07Merge branch 'master' into refactor_type_annotation2Takeshi KOMIYA
2021-04-04refactor: use raw Type for type annotationsTakeshi KOMIYA
2021-04-04refactor: Lazy loading is not needed for type annotationsTakeshi KOMIYA
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