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-04-16Fix test_restifyAdam Turner
2022-02-20Collapse single line docstringsAdam Turner
2022-02-20Remove copyright and licence fieldsAdam 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-02-11Fix #9971: autodoc: TypeError for annotation with unhashable objectTakeshi KOMIYA
2022-01-30Fix #10133: autodoc: Crashed when mocked module is used for type annotationTakeshi KOMIYA
2022-01-02Merge pull request #10034 from tk0miya/10027_autodoc_typehints_format_for_basesTakeshi KOMIYA
2022-01-01Merge branch '4.3.x' into 4.xTakeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2022-01-01Add `mode` parameter to sphinx.util.typing:restify()Takeshi KOMIYA
2021-12-25refactor: Merge arguments of sphinx.util.typing:stringify()Takeshi KOMIYA
2021-12-25Fix #9194: autodoc: Prepend the "typing" module name on the signatureTakeshi KOMIYA
2021-12-03Add `smartref` parameter to sphinx.util.typing:stringify()Takeshi KOMIYA
2021-10-31ntersphinx_disabled_refs, type renameJakob Lykke Andersen
2021-10-31Intersphinx, refactoringJakob Lykke Andersen
2021-10-22Make util.typing.restify sanitise unreproducible output (eg. memory addresses)Chris Lamb
2021-09-23Close #9664: autodoc: autodoc-process-bases supports reST snippetTakeshi KOMIYA
2021-09-14Fix #9630: autodoc: Failed to build xrefs if primary_domain is not 'py'Takeshi KOMIYA
2021-09-11Merge pull request #9611 from tk0miya/9560_NewType_moduleTakeshi KOMIYA
2021-09-08Fix typos discovered by codespellChristian Clauss
2021-09-05Close #9560: autodoc: Allow to refer NewType with modname in py310+Takeshi KOMIYA
2021-08-29Merge pull request #9590 from tk0miya/9589_AnnotatedTakeshi KOMIYA
2021-08-29Fix #9589: autodoc: typing.Annotated has wrongly been renderedTakeshi KOMIYA
2021-08-10Merge branch '4.1.x' into 4.xTakeshi KOMIYA
2021-08-10Fix #9537: autodoc: Some typing.* objects are brokenTakeshi KOMIYA
2021-08-02Merge branch '4.x' into 4.xJames
2021-08-01Appease linterJames
2021-08-01Match formatting of other recursive typesJames
2021-08-01Recursively resolve PEP 585 builtinsJames
2021-07-30Fix #9504: autodoc: generate incorrect reference to the parent classTakeshi KOMIYA
2021-07-29Merge branch '4.x' into bugfix/get-type-hintsyanyongyu
2021-07-29Fix #9512: sphinx-build: crashed with the HEAD of Python 3.10Takeshi KOMIYA
2021-07-29Merge pull request #9513 from tk0miya/9512_types.UnionTypesTakeshi KOMIYA
2021-07-29Fix #9512: sphinx-build: crashed with the HEAD of Python 3.10Takeshi KOMIYA
2021-07-29Fix uncatched exception in get type hintsyanyongyu
2021-07-22Merge branch '4.1.x' into 4.xTakeshi KOMIYA
2021-07-22Fix #9490: autodoc: Some typing.* objects are brokenTakeshi KOMIYA
2021-07-18Respond to feedbackJames
2021-07-17Add support for PEP 585 genericsJames
2021-07-10Fix #9404: autodoc: autoclass raises TypeError for dict-like objectTakeshi KOMIYA
2021-07-08Merge pull request #9415 from tk0miya/9362_AttributeError_for_subclass_of_emp...Takeshi KOMIYA
2021-07-08Fix typoEisuke Kawashima
2021-07-07Fix #9362: autodoc: AttributeError is raised for a subclass of Tuple[()]Takeshi KOMIYA
2021-06-13Merge branch '4.0.x' into 4.xTakeshi KOMIYA
2021-06-13Fix mypy violations (delete type: ignore ) (with mypy-0.900)Junya Fukuda
2021-05-11Fix #9195: autodoc: The args of `typing.Literal` are wrongly renderedTakeshi KOMIYA
2021-05-03refactor: Add Optional to type annotationsTakeshi KOMIYA
2021-04-17Fix #8818: autodoc: Super class having ``Any`` arguments causes nit-picky war...Takeshi KOMIYA