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-20Remove copyright and licence fieldsAdam Turner
2022-02-20Conform to PEP 257 summary line conventionsAdam 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-12address some unused loop control variables (B007)Daniel Eades
2022-01-01Merge branch '4.3.x' into 4.xTakeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2021-12-30Close #9555: autosummary: Improve error messages on failure to load target ob...Takeshi KOMIYA
2021-11-22Fix lints and reorder args of members_ofJosh Mitchell
2021-11-15Fixed missed ignore___all__ -> ignore_module_allJosh Mitchell
2021-11-15Corrections from review by tk0miyaJosh Mitchell
2021-11-15#2021: Allow autosummary to respect __all__Josh Mitchell
2021-09-06Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|gJon Dufresne
2021-05-02revert get members for modulepbudzyns
2021-04-29add type hintsPawel Budzynski
2021-04-29autosummary includes instance attributesPawel Budzynski
2021-04-08Merge pull request #9064 from tk0miya/refactor_type_annotationTakeshi KOMIYA
2021-04-07refactor: Add Optional to type annotationsTakeshi KOMIYA
2021-04-07refactor: Use PEP-526 based variable annotationTakeshi KOMIYA
2021-03-15refactor: Use PEP-526 based variable annotation (sphinx.ext)Takeshi KOMIYA
2021-01-22Merge branch '3.x'Takeshi KOMIYA
2021-01-19refactor: autosummary: Deprecate _simple_info() and _simple_warn()Takeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01Merge branch '3.4.x' into 3.xTakeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-12-31Merge branch '3.x'Takeshi KOMIYA
2020-12-29refactor: autosummary: Do not import deprecated documenter; SingledispatchFun...Takeshi KOMIYA
2020-12-29Merge branch '3.x'Takeshi KOMIYA
2020-12-27Fix #8306: autosummary: mocked modules are documented as empty pageTakeshi KOMIYA
2020-12-13Merge branch '3.x'Takeshi KOMIYA
2020-11-29Fix #8503: autoattribute could not create document for a GenericAliasTakeshi KOMIYA
2020-11-25refactor: Deprecate InstanceAttributeDocumenterTakeshi KOMIYA
2020-11-23Fix #8480: autoattribute could not create document for __slots__ attributesTakeshi KOMIYA
2020-11-22Merge branch '3.x'Takeshi KOMIYA
2020-11-22apidoc: Load NewTypeAttributeDocumenter on bootingTakeshi KOMIYA
2020-11-21Fix #8460: autodoc: Support custom types defined by typing.NewTypeTakeshi KOMIYA
2020-11-20Merge branch '3.x'Takeshi KOMIYA
2020-11-20Fix #8443: autodata directive does not support PEP-526 ivarsTakeshi KOMIYA
2020-11-11Do isortTakeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-08-08Merge branch '3.x'Takeshi KOMIYA
2020-08-01Close #8011: autosummary: Support instance attributesTakeshi KOMIYA
2020-07-24Merge branch '3.x'Takeshi KOMIYA
2020-07-16refactor: namedtuples with PEP 526Takeshi KOMIYA
2020-07-15Rm unused importJoel Nothman
2020-07-15Fix toctree generationJoel Nothman
2020-07-08Fix attempt with new test rootJoel Nothman
2020-07-08Flake8Joel Nothman