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-30Fix #10133: autodoc: Crashed when mocked module is used for type annotationTakeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2021-11-28Fix #9883: autodoc: doccomment for the alias to mocked object was ignoredTakeshi KOMIYA
2021-09-20Fix #9657: autodoc: basecls for a subclass of mocked object is incorrectTakeshi KOMIYA
2021-03-15refactor: Use PEP-526 based variable annotation (sphinx.ext)Takeshi KOMIYA
2021-01-27Merge branch '3.x'Takeshi KOMIYA
2021-01-24Fix #8134: autodoc: crashes when mocked decorator takes argumentsTakeshi KOMIYA
2021-01-07Merge branch '3.x'Takeshi 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-01A happy new year!Takeshi KOMIYA
2020-12-29Merge branch '3.x'Takeshi KOMIYA
2020-12-28autodoc: Add a helper that checks the object is mocked; ismock()Takeshi KOMIYA
2020-07-05Merge branch '3.x'Takeshi KOMIYA
2020-06-29Fix #7886: autodoc: TypeError is raised on mocking generic-typed classesTakeshi KOMIYA
2020-05-02refactor: Update type annotationsTakeshi KOMIYA
2020-04-19Fix #7479: autodoc: Sphinx builds has been slower since 3.0.0Takeshi KOMIYA
2020-01-10Merge branch '2.0'Takeshi KOMIYA
2020-01-07refactor: Rename var keyword argument to "**kwargs"Takeshi KOMIYA
2020-01-01Merge branch '2.0'Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-10-20Merge branch '2.0'Takeshi KOMIYA
2019-10-06Fix #6709: autodoc: mock object does not work as a class decoratorTakeshi KOMIYA
2019-06-30Merge branch '2.0'Takeshi KOMIYA
2019-06-30Migrate to py3 style type annotation: sphinx.ext.autodoc.mockTakeshi KOMIYA
2019-03-30Drop features and APIs deprecated in 1.8Takeshi KOMIYA
2019-03-17Python-3-only clean ups discovered by pyupgradeJon Dufresne
2019-02-27refactor: Move implementation of mock to sphinx.ext.autodoc.mockTakeshi KOMIYA