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-22Deprecate DocumenterBridge.warn()Takeshi KOMIYA
2021-03-20Rename DocumenterBridge.filename_set to record_dependenciesTakeshi KOMIYA
2021-03-15refactor: Use PEP-526 based variable annotation (sphinx.ext)Takeshi KOMIYA
2021-03-15Merge pull request #8983 from tk0miya/7523_autodoc_propertyTakeshi KOMIYA
2021-03-13Fix #7383: autodoc: Support typehints for propertiesTakeshi KOMIYA
2021-03-13refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA
2021-03-06Fix #759: autodoc: Add sphinx.ext.autodoc.preserve_defaults extensionTakeshi KOMIYA
2021-02-24Close #8924: autodoc: Support `bound` argument for TypeVarTakeshi KOMIYA
2021-02-16Merge branch '3.x'Takeshi KOMIYA
2021-02-15Fix #8883: autodoc: AttributeError on assigning __annotations__Takeshi KOMIYA
2021-02-04Merge branch '3.x' into merge_3.x_into_masterjfbu
2021-02-04Merge pull request #8297 from pbudzyns/exclude-members-fixTakeshi KOMIYA
2021-02-02Merge branch '3.x' into master_with_merged_3.xjfbu
2021-02-01Fix #8800: autodoc: Uninitialized attributes in superclass are recognized as ...Takeshi KOMIYA
2021-02-01Merge remote-tracking branch 'upstream/3.x' into exclude-members-fixpbudzyns
2021-02-01check if autodoc_defaults are str, fix testspbudzyns
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-29code formatpbudzyns
2021-01-29add private-members as extendablepbudzyns
2021-01-29local options handlingpbudzyns
2021-01-27Merge branch '3.x'Takeshi KOMIYA
2021-01-25redundant '+' has no effectpbudzyns
2021-01-25add more extendable options and testspbudzyns
2021-01-25add more extendable options and testspbudzyns
2021-01-24Fix #8134: autodoc: crashes when mocked decorator takes argumentsTakeshi KOMIYA
2021-01-22Merge branch '3.x'Takeshi KOMIYA
2021-01-16Close #8514: autodoc: Default values of overloads are taken from actual imple...Takeshi KOMIYA
2021-01-16Merge branch '3.x'Takeshi KOMIYA
2021-01-11refactor: Deprecate DocumenterBrdige.reporterTakeshi KOMIYA
2021-01-07Merge branch '3.x'Takeshi KOMIYA
2021-01-07Merge branch '3.4.x' into 3.xTakeshi KOMIYA
2021-01-05Fix #8655: autodoc: Crashes when object raises an exception on hasattr()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-31refactor autodoc to adjust new AttributeDocumenterTakeshi KOMIYA
2020-12-31Merge branch '3.4.x' into merge_3.4.xTakeshi KOMIYA
2020-12-31Merge branch '3.4.x' into 8616_AttributeError_for_non_classTakeshi KOMIYA
2020-12-31Merge branch '3.x'Takeshi KOMIYA
2020-12-31refactor: autodoc: Allow None value from get_doc()Takeshi KOMIYA
2020-12-31Merge pull request #8615 from tk0miya/refactor_autodocTakeshi KOMIYA
2020-12-31Merge branch '3.4.x' into 8602_process-docstring_for_nondatadescriptorsTakeshi KOMIYA
2020-12-30Fix #8616: autodoc: AttributeError when non-class is passed to autoclassTakeshi KOMIYA
2020-12-30refactor: autodoc: Replace ClassAttribute by ObjectMemberTakeshi KOMIYA
2020-12-29refactor: Deprecate AttributeDocumenter.isinstanceattribute()Takeshi KOMIYA
2020-12-29Fix mypy violationsTakeshi KOMIYA