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
2020-11-22Merge branch '3.x'Takeshi KOMIYA
2020-11-22refactor: Move _getannotations() to sphinx.util.inspectTakeshi KOMIYA
2020-11-22Merge pull request #8465 from tk0miya/8460_NewTypeTakeshi KOMIYA
2020-11-21Add NewType support to typing.stringify() and restify()Takeshi KOMIYA
2020-11-21Fix #8460: autodoc: Support custom types defined by typing.NewTypeTakeshi KOMIYA
2020-11-21Handle AttributeError from getall() and getslots()Takeshi KOMIYA
2020-11-20Remove code for python3.5Takeshi KOMIYA
2020-11-20Merge branch '3.x'Takeshi KOMIYA
2020-11-19refactor autodoc: Add sphinx.util.inspect.getall()Takeshi KOMIYA
2020-11-17refactor: Add sphinx.util.typing.get_type_hints()Takeshi KOMIYA
2020-11-14Add sphinx.util.inspect:getslots() to get __slots__ attributeTakeshi KOMIYA
2020-11-12linkcheck: Remove call to is_ssl_error()François Freitag
2020-11-12Merge branch '3.3.x' into 3.xTakeshi KOMIYA
2020-11-11Fix flake8 violationTakeshi KOMIYA
2020-11-11Do isortTakeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Merge pull request #8408 from francoisfreitag/isortTakeshi KOMIYA
2020-11-11Fix #8350: autosummary_mock_imports causes slow down buildsTakeshi 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-09autodoc: Add Optional[t] to annotation of function and methodTakeshi 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-08Merge branch '3.x' into 8105_incorrect_class_constructorTakeshi KOMIYA
2020-11-07Remove additional mentions of Python 3.5François Freitag
2020-11-07Drop Python 3.4 compatibility codeFrançois Freitag
2020-11-04Fix #8105: autodoc: the signature of decorated class is incorrectTakeshi KOMIYA
2020-10-27Fix #8342: Emit a warning if a unknown domain is given for directive or roleTakeshi KOMIYA
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-04Fix #8255: py domain: number in defarg is changed to decimalTakeshi 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-10-03Merge branch '3.x' into masterTakeshi KOMIYA
2020-09-27Fix #8175: intersphinx: Potential of regex denial of service by inventoryTakeshi KOMIYA
2020-09-13Merge branch '3.x' into 8103_cached_propertyTakeshi KOMIYA
2020-09-13Merge pull request #8112 from tk0miya/8100_better_error_for_html_static_filesTakeshi KOMIYA
2020-09-13Merge branch '3.x' into masterTakeshi KOMIYA
2020-08-23Fix comment end string in LaTeXRendererKai Welke
2020-08-14Merge branch '3.x'Takeshi KOMIYA
2020-08-14Merge branch '3.2.x' into 3.xTakeshi KOMIYA
2020-08-14Merge pull request #8058 from nijel/single-domainTakeshi KOMIYA
2020-08-13C and C++, parsing function attributesJakob Lykke Andersen
2020-08-13Close #8100: html: Show a better error message for html_static_filesTakeshi KOMIYA
2020-08-13Fix #8103: autodoc: cached_property is not considered as a propertyTakeshi KOMIYA
2020-08-09Customize jinja comment-tagYves Chevallier