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-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-01-10use 'callable' to check if object is callable (B004)Daniel Eades
2022-01-01Merge branch '4.3.x' into 4.xTakeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2021-12-26Merge branch '4.x' into 9194_Literal_type_not_hyperlinkedTakeshi 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-25Fix docs: docs for show_return_annotation param for stringify_signature() is ...Takeshi KOMIYA
2021-12-23Fix mypy violations (with mypy-0.930)Takeshi KOMIYA
2021-12-16Merge branch '4.3.x' into 4.xTakeshi KOMIYA
2021-12-16Fix mypy violations (with mypy-0.920)Takeshi KOMIYA
2021-12-03Add `unqualified_typehints` parameter to stringify_signature()Takeshi KOMIYA
2021-11-21Fix #9879: autodoc: AttributeError for object having invalid __doc__Takeshi KOMIYA
2021-11-21Fix #9838: autodoc: AttributeError is raised for lru_cacheTakeshi KOMIYA
2021-10-29Fix #9757: autodoc_inherit_docstrings does not effect to overriden classmethodsTakeshi KOMIYA
2021-10-22Fix #9756: autodoc: Crashed if classmethod does not have __func__ attributeTakeshi KOMIYA
2021-09-20Fix #9607: autodoc: Incorrect base class detectionTakeshi KOMIYA
2021-09-16Close #9639: autodoc: Support asynchronous generator functionsTakeshi KOMIYA
2021-08-06FIX: do not try to compute the boolean value of a numpy arrayThomas A Caswell
2021-07-22Merge branch '4.1.x' into 4.xTakeshi KOMIYA
2021-07-22Fix #9489: autodoc: Custom types using typing.NewType are brokenTakeshi KOMIYA
2021-07-17Close #9445: autodoc: Support class propertiesTakeshi KOMIYA
2021-05-29Close #9272: autodoc: Render enum values for the default argument value betterTakeshi KOMIYA
2021-05-22Fix #9250: autodoc: The inherited method not having docstring is wrongly parsedTakeshi KOMIYA
2021-05-03Close #8588: autodoc: autodoc_type_aliases supports dotted nameTakeshi KOMIYA
2021-04-10Merge branch '3.x'Takeshi KOMIYA
2021-04-10Fix autodoc: Async staticmethods/ classmethods are considered as not asyncTakeshi KOMIYA
2021-04-07refactor: Add Optional to type annotationsTakeshi KOMIYA
2021-04-04refactor: use raw Type for type annotationsTakeshi KOMIYA
2021-02-25Fix #8917: autodoc: Raises a warning if function has wrong __globals__ valueTakeshi KOMIYA
2021-02-02Merge branch '3.x' into master_with_merged_3.xjfbu
2021-01-31refactor: AttributeError handling for getslots() is not neededTakeshi KOMIYA
2021-01-31refactor: AttributeError handling for getall() is not neededTakeshi KOMIYA
2021-01-31refactor: AttributeError handling for getannotations() is not neededTakeshi KOMIYA
2021-01-31refactor: AttributeError handling for getmro() is not neededTakeshi KOMIYA
2021-01-22Merge branch '3.x'Takeshi KOMIYA
2021-01-16Fix #8693: autodoc: Default values for overloads are rendered as stringTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-12-29Merge branch '3.x'Takeshi KOMIYA
2020-12-21doc: Update docstring of getslots()Takeshi KOMIYA
2020-12-20Merge branch '3.x'Takeshi KOMIYA
2020-12-16refactor: Move _getmro() to sphinx.util.inspect moduleTakeshi KOMIYA
2020-12-13Merge branch '3.x'Takeshi KOMIYA
2020-12-12refactor: pretty change for isproperty()Takeshi KOMIYA
2020-11-22Fix importing errorTakeshi KOMIYA