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-22refactor: Use PEP-526 based variable annotation (sphinx.domains)Takeshi KOMIYA
2021-03-15Merge pull request #8991 from tk0miya/typing_OptionSpecTakeshi KOMIYA
2021-03-14Merge pull request #8996 from tk0miya/7119_pending_xref_conditionsTakeshi KOMIYA
2021-03-14Avoid a mypy warningTakeshi KOMIYA
2021-03-13Fix #7119: autodoc: Broken doctree was generated by builtin_resolverTakeshi KOMIYA
2021-03-13refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi 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-03refactor: py domain: Put if-block for ast.Constant to the root levelTakeshi KOMIYA
2021-02-03Re-insert if isinstance(node, ast.Constant): into py _parse_annotationjfbu
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-07Merge branch '3.x'Takeshi KOMIYA
2021-01-03refactor: Update typehints for ObjectDescription using GenericTakeshi KOMIYA
2021-01-01Close #5977: :var: field do not create a cross-referenceTakeshi 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-11Do isortTakeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-11-05Drop code for supporting py35Takeshi KOMIYA
2020-08-01Fix a mypy violationTakeshi 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-19fix typoTetsuo Koyama
2020-07-16refactor: namedtuples with PEP 526Takeshi 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-04Add :noindexentry: optionJakob 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-04py domain: Add :canonical: optionTakeshi KOMIYA
2020-05-04Close #7596: py domain: Change a type annotation for variables to a hyperlinkTakeshi KOMIYA
2020-05-04refactor: py domain: Add type_to_xref() utilityTakeshi KOMIYA
2020-05-03Merge branch '3.x'Takeshi KOMIYA
2020-05-03Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA
2020-04-30Merge branch '3.x'Takeshi KOMIYA
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-04-27Close #7143: py domain: Add :final: option to py:*: directivesTakeshi KOMIYA
2020-04-13Merge branch '3.x'Takeshi KOMIYA
2020-04-13Merge pull request #7462 from tk0miya/7461_empty_tupleTakeshi KOMIYA
2020-04-12Fix #7461: py domain: fails with IndexError for empty tuple in type annotationTakeshi KOMIYA
2020-04-10Merge branch '3.0.x' into 3.xTakeshi KOMIYA
2020-04-09Fix #7445: a return annotation ``None`` is not converted to a hyperlinkTakeshi KOMIYA
2020-04-07Fix #7428: py domain: a reference to class ``None`` emits a nitpicky warningTakeshi KOMIYA
2020-04-05Fix mypy violationsTakeshi KOMIYA