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-01-19Merge pull request #8658 from SolidifiedRay/feature-custom-sectionTakeshi KOMIYA
2021-01-18Close #8573: napoleon: Add more custom section stylesSolidifiedRay
2021-01-18refactor: viewcode: Fix type annotationsTakeshi KOMIYA
2021-01-18Merge pull request #8698 from tk0miya/8681_viewcode_incremental_buildTakeshi KOMIYA
2021-01-18Close #8681: viewcode: Support incremental buildTakeshi KOMIYA
2021-01-17refactor: viewcode: Use a constant for dirnameTakeshi 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-06Close #6241: html: Allow to add JS/CSS files to the specific pageTakeshi KOMIYA
2021-01-05Fix #8655: autodoc: Crashes when object raises an exception on hasattr()Takeshi KOMIYA
2021-01-04refactor: mathjax: Add a constant for the URL of mathjaxTakeshi 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-29refactor: autosummary: Do not import deprecated documenter; SingledispatchFun...Takeshi KOMIYA
2020-12-29Fix mypy violationsTakeshi KOMIYA
2020-12-29Merge branch '3.x'Takeshi KOMIYA
2020-12-29Merge branch '3.4.x' into 3.xTakeshi KOMIYA
2020-12-29Fix #8602: autodoc: The ``autodoc-process-docstring`` event is emitted to the...Takeshi KOMIYA
2020-12-28Fix #8164: autodoc: Classes that inherit mocked class are not documentedTakeshi KOMIYA
2020-12-28Minor docstring typo fix -> existenceKyle Altendorf
2020-12-28autodoc: Add a helper that checks the object is mocked; ismock()Takeshi KOMIYA
2020-12-28Merge branch '3.x' into 8306_autosummary_mocks_are_documentedTakeshi KOMIYA
2020-12-28Fix #8594: autodoc: empty __all__ attribute is ignoredTakeshi KOMIYA
2020-12-28Merge pull request #8593 from tk0miya/8592_meta_public_doesnt_affect_to_varia...Takeshi KOMIYA
2020-12-28Merge pull request #8596 from tk0miya/8022_meta_hide_valueTakeshi KOMIYA
2020-12-27Fix #8592: autodoc: `:meta public:` does not effect to variablesTakeshi KOMIYA
2020-12-27Merge pull request #8589 from tk0miya/8581_deprecate_no_docstringsTakeshi KOMIYA
2020-12-27Fix #8306: autosummary: mocked modules are documented as empty pageTakeshi KOMIYA
2020-12-27Close #8022: autodoc: Allow to hide the value of the variables via metadataTakeshi KOMIYA
2020-12-27refactor: autodoc: Add DataDocumenter.get_module_comment()Takeshi KOMIYA
2020-12-27Merge pull request #8587 from tk0miya/741_inherited_instance_attributesTakeshi KOMIYA
2020-12-26refactor: Deprecate `no_docstring` argument for Documenter.add_content()Takeshi KOMIYA
2020-12-25Fix #741: autodoc: inherited-members doesn't support instance attributes on s...Takeshi KOMIYA
2020-12-24Merge pull request #8558 from tk0miya/add_UninitializedInstanceAttributeMixinTakeshi KOMIYA
2020-12-24Merge pull request #8563 from tk0miya/refactor_get_attribute_commentTakeshi KOMIYA