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-04-07refactor: Use PEP-526 based variable annotationTakeshi KOMIYA
2021-04-04refactor: use raw Type for type annotationsTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Do isortTakeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-07-04Merge branch '3.x'Takeshi KOMIYA
2020-06-26Fix #7869: abbr role wrongly copies an explanation from the previous oneTakeshi KOMIYA
2020-05-03Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-04-19Merge branch '3.x'Takeshi KOMIYA
2020-04-19Fix sphinx crashes with ImportError on python3.5.1Takeshi KOMIYA
2020-04-05Merge branch '3.x'Takeshi KOMIYA
2020-03-28Fix #6477: Escape first "!" in a cross reference linking no longer possibleTakeshi KOMIYA
2020-03-07Hello TYPE_CHECKING!Takeshi KOMIYA
2020-03-07Deprecate codes for python 3.5Takeshi KOMIYA
2020-01-11refactor: Make a bullet character for :menuselection: a constantTakeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-29Deprecate sphinx.roles:Index and make a copy to sphinx.domains.indexTakeshi KOMIYA
2019-12-24Migrate to py3 style type annotation: sphinx.rolesTakeshi KOMIYA
2019-07-13Fix type annotation for python 3.5.1Takeshi KOMIYA
2019-07-13Fix mypy violations (for mypy-0.720)Takeshi KOMIYA
2019-02-16refactor XRefRole using ReferenceRole classTakeshi KOMIYA
2019-02-16Replace :file: and :samp: roles by class based implementationTakeshi KOMIYA
2019-02-15Replace :guilabel: and :menuselection: roles by class based implementationTakeshi KOMIYA
2019-02-15Fix :pep: and :rfc: roles are brokenTakeshi KOMIYA
2019-02-15Replace :pep: and :rfc: roles by class based implementationTakeshi KOMIYA
2019-02-15Replace :index: role by class based implementationTakeshi KOMIYA
2019-02-05Replace :abbr: role by class based implementationTakeshi 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-16refactor: Remove u-prefix from stringsTakeshi KOMIYA
2018-12-15Use Python 3 super() argument-less syntaxJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-15Deprecate abbreviation node (refs: #5720)Takeshi KOMIYA
2018-12-09Correct type signature of set_role_source_info()Jon Dufresne
2018-12-03Fix annotations of resolve_nodesTakeshi KOMIYA
2018-12-03Fix annotations of process_link()Takeshi KOMIYA
2018-11-29Fix annotations for minor methods and functionsTakeshi KOMIYA
2018-11-27refactor: Use super() to call methods of superclassTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-23Fix annotations for rolesTakeshi KOMIYA
2018-11-23Adjust type annotations for roles to docutils'Takeshi KOMIYA
2018-11-16Partially revert "Simplify XRefRole constructor"cocoatomo
2018-11-08Fix type hintingcocoatomo
2018-11-08Revert "More simplified"cocoatomo
2018-11-07More simplifiedcocoatomo
2018-11-07Simplify XRefRole constructorcocoatomo