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-09-03Fix #9576: py domain: Literal typehint was converted to a cross referenceTakeshi KOMIYA
2021-08-31Fix #9585: py:property directive does not create a hyperlink for typesTakeshi KOMIYA
2021-07-17Cloase #9445: :py:property: directive now supports :classmethod: optionTakeshi KOMIYA
2021-07-10Merge branch '4.x' into 9427Takeshi KOMIYA
2021-07-10py domain: Add testcase for empty callable (refs: #9427)Takeshi KOMIYA
2021-06-02Close #9268: python_use_unqualified_type_names supports type fieldTakeshi KOMIYA
2021-05-29Fix #9280: py domain: "exceptions" module is not displayedTakeshi KOMIYA
2021-05-21Close #1874: py domain: Support union types using `|` in info-field-listTakeshi KOMIYA
2021-05-15Fix #9224: info-field-list does not support a type containing spaceTakeshi KOMIYA
2021-05-10Fix #9205: py domain: canonical option causes xref resolution errorTakeshi KOMIYA
2021-04-22Fix #9121: py domain: duplicated warning for canonical and aliasTakeshi KOMIYA
2021-04-16Fix #8127: py domain: Ellipsis in info-field-list causes nit-picky warningTakeshi KOMIYA
2021-03-10py domain: Add py:property directive to describe a property (refs: #7068)Takeshi KOMIYA
2021-03-06Fix #7199: py domain: Add a new confval: python_use_unqualified_type_namesTakeshi KOMIYA
2021-02-02Merge branch '3.x' into master_with_merged_3.xjfbu
2021-02-01py domain: Support type union operator (PEP-604) (refs: #8775)Takeshi KOMIYA
2021-01-16Merge branch '3.x'Takeshi KOMIYA
2021-01-10test: Add testcase for relative/short xref for py domainTakeshi KOMIYA
2021-01-01Close #5977: :var: field do not create a cross-referenceTakeshi KOMIYA
2021-01-01test: py domain: Add a testcase for :var: fieldTakeshi 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-11-04Merge branch '3.x'Takeshi KOMIYA
2020-11-02Fix #6914: Emit a detailed warning when failed to resolve :ref:Takeshi KOMIYA
2020-10-24Merge branch '3.x'Takeshi KOMIYA
2020-10-07TST: Add testEric Larson
2020-10-04Fix #8255: py domain: number in defarg is changed to decimalTakeshi KOMIYA
2020-08-01Merge branch '3.x'Takeshi KOMIYA
2020-07-29Fix #8008: py domain: failed to parse a type annotation containing ellipsisTakeshi KOMIYA
2020-07-24Merge branch '3.x'Takeshi KOMIYA
2020-07-08Fix #7928: py domain: failed to resolve a type annotation for the attributeTakeshi KOMIYA
2020-07-05Merge branch '3.x'Takeshi KOMIYA
2020-07-05Add tests for noindexentryJakob Lykke Andersen
2020-07-04Merge tag 'v3.1.1'Takeshi KOMIYA
2020-06-10Fix #7808: autodoc: Warnings raised on variable and attribute type annotationsTakeshi KOMIYA
2020-05-17Merge branch '3.x'Takeshi KOMIYA
2020-05-14... and don't break tests.Jakob Lykke Andersen
2020-05-04py domain: Add :canonical: optionTakeshi KOMIYA
2020-05-04Close #7596: py domain: Change a type annotation for variables to a hyperlinkTakeshi KOMIYA
2020-04-27Close #7143: py domain: Add :final: option to py:*: directivesTakeshi KOMIYA
2020-04-19Fix #7510: py domain: keyword-only arguments are wrongly renderedTakeshi KOMIYA
2020-04-12Fix #7461: py domain: fails with IndexError for empty tuple in type annotationTakeshi KOMIYA
2020-04-09Fix #7445: a return annotation ``None`` is not converted to a hyperlinkTakeshi KOMIYA
2020-03-29Fix #7301: capital characters are not allowed for node_idTakeshi KOMIYA
2020-03-29Fix #7219: py:module directive generates incorrect index entryTakeshi KOMIYA
2020-03-29Fix #7219: py:function directive generates incorrect index entryTakeshi KOMIYA