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-30Close #10146: autodoc: autodoc_default_options does not support `no-value` op...Takeshi KOMIYA
2022-01-02Merge pull request #10034 from tk0miya/10027_autodoc_typehints_format_for_basesTakeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2022-01-01Fix #10027: autodoc_typehints_format does not work with :show-inheritance:Takeshi KOMIYA
2021-10-23Fix #9752: autodoc: Failed to detect type annotation for slots attributeTakeshi KOMIYA
2021-09-14Fix #9630: autodoc: Failed to build xrefs if primary_domain is not 'py'Takeshi KOMIYA
2021-05-30Fix #9283: autodoc: failed to build doc for attribute not commentedTakeshi KOMIYA
2021-04-18Fix #9110: autodoc: metadata of GenericAlias is not rendered as a reference i...Takeshi KOMIYA
2021-01-01Merge branch '3.4.x' into 3.xTakeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-12-27Close #8022: autodoc: Allow to hide the value of the variables via metadataTakeshi KOMIYA
2020-12-15Fix #8534: autoattribute failed to document a commented attribute in alias classTakeshi KOMIYA
2020-11-29Fix #8503: autoattribute could not create document for a GenericAliasTakeshi KOMIYA
2020-11-23Fix #8480: autoattribute could not create document for __slots__ attributesTakeshi KOMIYA
2020-11-22Fix #8460: autodata directive does not display the detail of TypeVarsTakeshi KOMIYA
2020-11-21Support NewType as a class attributeTakeshi KOMIYA
2020-11-20Make tests/ a Python packageFrançois Freitag
2020-11-20Fix #8443: autoattribute does not support uninitialized ivarsTakeshi KOMIYA
2020-11-17autodoc: Fix :no-value: option for autoattribute does not workTakeshi KOMIYA
2020-11-15Rename :novalue: option to :no-value: optionTakeshi KOMIYA