summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Bump to 3.4.2 finalv3.4.2Takeshi KOMIYA2021-01-041-2/+2
* A happy new year!Takeshi KOMIYA2021-01-01218-218/+218
* Merge branch '3.4.x' into 8616_AttributeError_for_non_classTakeshi KOMIYA2020-12-311-2/+20
|\
| * Merge branch '3.4.x' into 8602_process-docstring_for_nondatadescriptorsTakeshi KOMIYA2020-12-313-2/+36
| |\
| * | Fix #8602: autodoc: The ``autodoc-process-docstring`` event is emitted to the...Takeshi KOMIYA2020-12-291-2/+20
* | | Fix #8616: autodoc: AttributeError when non-class is passed to autoclassTakeshi KOMIYA2020-12-301-1/+5
| |/ |/|
* | Fix #8164: autodoc: Classes that inherit mocked class are not documentedTakeshi KOMIYA2020-12-291-2/+2
* | testing: Add rollback_sysmodules fixture to unload modules after testsTakeshi KOMIYA2020-12-291-0/+12
* | autodoc: Add a helper that checks the object is mocked; ismock()Takeshi KOMIYA2020-12-281-0/+22
|/
* Bump versionTakeshi KOMIYA2020-12-251-3/+3
* Bump to 3.4.1 finalv3.4.1Takeshi KOMIYA2020-12-251-2/+2
* Fix #8583: autodoc: Unnecessary object comparision via ``__eq__`` methodTakeshi KOMIYA2020-12-241-1/+1
* Fix #8566: autodoc-process-docstring is emitted to the alias classesTakeshi KOMIYA2020-12-241-6/+9
* Ensure linkcheck items are comparableFrançois Freitag2020-12-221-3/+11
* Fix #8567: autodoc: Instance attributes are incorrectly added to Parent classTakeshi KOMIYA2020-12-221-4/+9
* doc: Update docstring of getslots()Takeshi KOMIYA2020-12-221-0/+1
* Fixes #8568. Ignore TypeError from getslots in isslotsattributeRafal Wojdyla2020-12-221-1/+1
* Fix #8559: AttributeError is raised when using ForwardRefTakeshi KOMIYA2020-12-221-0/+2
* Bump versionTakeshi KOMIYA2020-12-201-3/+3
* Bump to 3.4.0 finalv3.4.0Takeshi KOMIYA2020-12-201-2/+2
* Merge pull request #8556 from tk0miya/8549_gettext_compact=0Takeshi KOMIYA2020-12-202-1/+9
|\
| * Fix #8549: i18n: ``-D gettext_compact=0`` is no longer workingTakeshi KOMIYA2020-12-202-1/+9
* | Merge pull request #8552 from tk0miya/8236_napoleon_receives_sectionTakeshi KOMIYA2020-12-201-0/+11
|\ \
| * | Close #8236: napoleon: Support numpydoc's "Receives" sectionTakeshi KOMIYA2020-12-191-0/+11
* | | Merge pull request #8551 from tk0miya/8365_pydomain_xref_missing_contextTakeshi KOMIYA2020-12-202-0/+3
|\ \ \ | |_|/ |/| |
| * | Fix #8365: py domain: :type: and :rtype: gives false ambiguous warningsTakeshi KOMIYA2020-12-192-0/+3
| |/
* | Fix #741: autodoc: inherited-members doesn't support instance attributes on s...Takeshi KOMIYA2020-12-182-21/+29
* | Merge pull request #8543 from tk0miya/8534_autoattribute_alias_derivedTakeshi KOMIYA2020-12-171-7/+12
|\ \
| * | Fix #8534: autoattribute failed to document a commented attribute in alias de...Takeshi KOMIYA2020-12-171-7/+12
* | | Fix #8545: autodoc: a __slots__ attribute is not documented even having docst...Takeshi KOMIYA2020-12-172-7/+17
* | | refactor: get_class_members() now returns docstring if availableTakeshi KOMIYA2020-12-172-14/+26
* | | refactor: autodoc: Add get_class_members()Takeshi KOMIYA2020-12-172-2/+67
|/ /
* | refactor: autodoc: minor fixTakeshi KOMIYA2020-12-171-4/+4
* | Fix #8541: autodoc_type_aliases doesn't work for the instance attrsTakeshi KOMIYA2020-12-171-15/+43
* | refactor: Move _getmro() to sphinx.util.inspect moduleTakeshi KOMIYA2020-12-172-8/+22
* | Fix #8534: autoattribute failed to document a commented attribute in alias classTakeshi KOMIYA2020-12-161-18/+92
* | refactor: autodoc: Add NonDataDescriptorMixinTakeshi KOMIYA2020-12-161-19/+33
|/
* Merge pull request #8538 from jdufresne/os-replaceTakeshi KOMIYA2020-12-143-5/+9
|\
| * Deprecate sphinx.util.osutil.movefile() in favor of os.replace()Jon Dufresne2020-12-133-5/+9
* | Merge pull request #8524 from rkdarst/rkdarst/template-document-options-url_rootTakeshi KOMIYA2020-12-141-2/+2
|\ \ | |/ |/|
| * sphinx/themes/basic/layout: Set url_root properly on index, don't use '#'Richard Darst2020-12-131-2/+2
* | Merge pull request #8527 from tk0miya/8111_pretty_changeTakeshi KOMIYA2020-12-141-1/+1
|\ \
| * | refactor: pretty change for isproperty()Takeshi KOMIYA2020-12-121-1/+1
* | | Merge pull request #8533 from tk0miya/deprecate_no_docstringTakeshi KOMIYA2020-12-141-14/+20
|\ \ \
| * | | refactor: Deprecate `no_docstring` argument for Documenter.add_content()Takeshi KOMIYA2020-12-131-14/+20
* | | | Merge pull request #8530 from jakobandersen/bnavigator-fix-AliasNode-copyJakob Lykke Andersen2020-12-122-4/+5
|\ \ \ \ | |/ / / |/| | |
| * | | C++, typing on AliasNode.copyJakob Lykke Andersen2020-12-121-2/+2
| * | | Fix mypy type errorBen Greiner2020-12-121-2/+2
| * | | Fix AliasNode.copy()Ben Greiner2020-12-121-1/+2
* | | | Drop outdated workaround for distutils' Command._ensure_stringlike()Jon Dufresne2020-12-121-15/+1