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
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-12-21Replace `a and b or c` by the more legible `b if a or c`.Antony Lee
2019-10-06Fix #6709: autodoc: mock object does not work as a class decoratorTakeshi KOMIYA
2019-08-17Switch uses of __import__ to importlib.get_module()Jon Dufresne
2019-07-13Fix type annotation for python 3.5.1Takeshi KOMIYA
2019-07-10Fix #6567: autodoc: autodoc_inherit_docstrings does not effect to __init__()Takeshi KOMIYA
2019-06-30Migrate to py3 style type annotation: sphinx.ext.autodoc.mockTakeshi KOMIYA
2019-06-30Migrate to py3 style type annotation: sphinx.ext.autodoc.directiveTakeshi KOMIYA
2019-06-30Migrate to py3 style type annotation: sphinx.ext.autodoc.importerTakeshi KOMIYA
2019-06-30Migrate to py3 style type annotation: sphinx.ext.autodocTakeshi KOMIYA
2019-06-10Revert "Fix #1063: autodoc: automodule directive handles undocumented module ...Takeshi KOMIYA
2019-06-05Don't crash when autodocumenting classes with __slots__ = NoneAudrey Dutcher
2019-06-01Fix #1063: autodoc: automodule directive handles undocumented module level va...Takeshi KOMIYA
2019-05-25Close #6361: autodoc: Add autodoc_typehints to suppress typehints from signatureTakeshi KOMIYA
2019-05-22Close #6325: autodoc: Support attributes in __slots__Takeshi KOMIYA
2019-05-19Merge pull request #6365 from tk0miya/refactor_py_domainTakeshi KOMIYA
2019-05-14Do not emit warning for Documenter.format_args()Takeshi KOMIYA
2019-05-14Close #744: autodoc: Support abstractmethodTakeshi KOMIYA
2019-05-13Merge branch '2.0' into 6311_autosummary_confused_by_complex_typehints2Takeshi KOMIYA
2019-05-12Merge branch '2.0' into refactor_py_domain3Takeshi KOMIYA
2019-05-12autodoc: Add PropertyDocumenter to detect propertiesTakeshi KOMIYA
2019-05-12Fix #6311: autosummary: autosummary table gets confused by complex type hintsTakeshi KOMIYA
2019-04-25Fix #6165: autodoc: ``tab_width`` setting of docutils has been ignoredTakeshi KOMIYA
2019-04-22Close #4777: autodoc: Support coroutineTakeshi KOMIYA
2019-04-22Merge branch '2.0' into refactor_py_domain2Takeshi KOMIYA
2019-04-16Make EventManager portableTakeshi KOMIYA
2019-04-15Merge pull request #6289 from alsrgv/add_imported_members_directiveTakeshi KOMIYA
2019-04-14Merge pull request #6288 from alsrgv/autodoc_bound_methodTakeshi KOMIYA
2019-04-14Address feedbackAlex Sergeev
2019-04-14Add support for bound methods posing as functions in the moduleAlex Sergeev
2019-04-14Add imported-members to the directive whitelistAlex Sergeev
2019-04-13Add sphinx.util.inspect:isattributedescriptor()Takeshi KOMIYA
2019-04-13autodoc: Use new options for py:method directiveTakeshi KOMIYA
2019-04-13refactor: sphinx.util.inspect module provides inspect.is* functionsTakeshi KOMIYA
2019-03-17Python-3-only clean ups discovered by pyupgradeJon Dufresne
2019-03-06Merge branch '2.0'Takeshi KOMIYA
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-02-27refactor: Move implementation of mock to sphinx.ext.autodoc.mockTakeshi KOMIYA
2019-02-17Merge branch '1.8'Takeshi KOMIYA
2019-02-17Fix #6047: autodoc: ``autofunction`` emits a warning for method objectsTakeshi KOMIYA
2019-02-14Closes #1148: autodoc: Add autodecorator directive for decoratorsTakeshi KOMIYA
2019-02-11Merge branch 'master' into 5459_autodoc_default_options_accepts_TrueTakeshi KOMIYA
2019-02-10Closes #5459: autodoc: autodoc_default_options accepts True as a valueTakeshi KOMIYA
2019-02-10Merge branch 'master' into 5394_meaningful_annotations_for_mockTakeshi KOMIYA
2019-02-03Merge branch '1.8'Takeshi KOMIYA
2019-02-01Fix #5995: autodoc: autodoc_mock_imports conflict with metaclassTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-19Replace use of six.text_type with strJon Dufresne
2018-12-17Merge pull request #5819 from jdufresne/coding-commentTakeshi KOMIYA