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-17Fix #8992: autodoc: Failed to resolve types.TracebackType type annotationTakeshi KOMIYA
2021-03-13refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA
2021-02-28autodoc: an imported TypeVar is not resolved (refs: #8415)Takeshi KOMIYA
2021-02-02Merge branch '3.x' into master_with_merged_3.xjfbu
2021-02-01Fix #8775: Avoid the crash of autodoc caused by type union operatorTakeshi KOMIYA
2021-01-31autodoc: Support type union operator (PEP-604) (refs: #8775)Takeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01Merge branch '3.4.x' into 3.xTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-12-31Fix #8315: autodoc: Failed to resolve struct.Struct type annotationTakeshi KOMIYA
2020-12-29Merge branch '3.x'Takeshi KOMIYA
2020-12-21Fix #8559: AttributeError is raised when using ForwardRefTakeshi KOMIYA
2020-12-13Merge branch '3.x'Takeshi KOMIYA
2020-11-25refactored code and tests, prepared for numpy featureQuentin Soubeyran
2020-11-22Merge branch '3.x'Takeshi KOMIYA
2020-11-21Add NewType support to typing.stringify() and restify()Takeshi KOMIYA
2020-11-20Remove code for python3.5Takeshi KOMIYA
2020-11-20Merge branch '3.x'Takeshi KOMIYA
2020-11-17refactor: Add sphinx.util.typing.get_type_hints()Takeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Merge pull request #8408 from francoisfreitag/isortTakeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-11-10Merge branch '3.x'Takeshi KOMIYA
2020-11-10test: Adjust type annotataions in python 3.10Takeshi KOMIYA
2020-11-08Drop code for py35Takeshi KOMIYA
2020-11-08Merge branch '3.x'Takeshi KOMIYA
2020-11-08Fix #8219: autodoc: Parameters for generic base class are not shownTakeshi KOMIYA
2020-11-07Remove additional mentions of Python 3.5François Freitag
2020-10-24Merge branch '3.x'Takeshi KOMIYA
2020-10-24Merge branch '3.x' into 3.2.x_to_3.xTakeshi KOMIYA
2020-10-24Fix mypy violations (with mypy-0.790)Takeshi KOMIYA
2020-10-04Merge branch '3.x' into masterTakeshi KOMIYA
2020-10-04Fix #8157: autodoc: TypeError is raised when annotation has invalid __args__Takeshi KOMIYA
2020-10-03Close #6518: autodoc: Add autodoc_type_aliasesTakeshi KOMIYA
2020-07-24Merge branch '3.x'Takeshi KOMIYA
2020-07-19Fix #7983: autodoc: Generator type annotation is wrongly rendered in py36Takeshi KOMIYA
2020-07-11Fix #7901: autodoc: annotations for overloaded functions are not resolvedTakeshi KOMIYA
2020-06-03Merge branch '3.x'Takeshi KOMIYA
2020-06-03Merge branch '3.0.x' into 3.xTakeshi KOMIYA
2020-06-03Fix mypy violations (with mypy-0.780)Takeshi KOMIYA
2020-05-17Merge branch '3.x'Takeshi KOMIYA
2020-05-11Make sphinx.util.typing.stringify render optional unions betterJohn R. Lenton
2020-05-09Suppress arguments if all system defined TypeVars on py39Takeshi KOMIYA
2020-05-09Suppress arguments if all system defined TypeVars on py39Takeshi KOMIYA
2020-04-27Merge branch '3.x'Takeshi KOMIYA
2020-04-27Do not emit type arguments twiceEric Wieser
2020-03-07Deprecate codes for python 3.5Takeshi KOMIYA
2020-03-02Close #7165: autodoc: Support Annotated type (PEP-593)Takeshi KOMIYA
2020-01-04Add sphinx.util.typing:stringify() to represent annotations as stringTakeshi KOMIYA