summaryrefslogtreecommitdiff
path: root/sphinx/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.x' into 9607_incorrect_orig_basesTakeshi KOMIYA2021-09-273-7/+10
|\
| * Merge branch '4.x' into 9657_qualname_of_mockTakeshi KOMIYA2021-09-272-6/+7
| |\
| | * Fix #9651: autodoc_typehints_description_target was confused by :returns:Takeshi KOMIYA2021-09-261-2/+2
| | * Fix #9655: autodoc: mocked object having doc comment is warned unexpectedlyTakeshi KOMIYA2021-09-241-4/+5
| * | Fix #9657: autodoc: basecls for a subclass of mocked object is incorrectTakeshi KOMIYA2021-09-211-1/+3
| |/
* | Fix #9607: autodoc: Incorrect base class detectionTakeshi KOMIYA2021-09-201-1/+1
|/
* Merge pull request #9644 from xmo-odoo/fix-sourcename-broken-getattrTakeshi KOMIYA2021-09-181-2/+2
|\
| * Protect get_sourcename against misbehaving `__getattr__`Xavier Morel2021-09-171-2/+2
* | Merge pull request #9640 from tk0miya/9639_support_asyncgenfunctionTakeshi KOMIYA2021-09-181-2/+2
|\ \
| * | Close #9639: autodoc: Support asynchronous generator functionsTakeshi KOMIYA2021-09-171-2/+2
| |/
* | Fix #9630: autosummary: Failed to build summary table if primary_domain is no...Takeshi KOMIYA2021-09-141-2/+2
|/
* Merge pull request #9616 from jdufresne/fix-urlTakeshi KOMIYA2021-09-113-5/+5
|\
| * Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|gJon Dufresne2021-09-063-5/+5
* | Fix typos discovered by codespellChristian Clauss2021-09-082-3/+3
|/
* Fix #9600: autosummary: Typehints including commas confuses autosummaryTakeshi KOMIYA2021-09-041-1/+25
* Fix #9568: autosummary: summarise overlined sectioned headings correctlyJake Lishman2021-08-201-1/+4
* Merge branch '4.x' into 9479_autodoc_mocked_targetTakeshi KOMIYA2021-08-021-9/+13
|\
| * Fix autodoc_docstring_signature support for __init__ and __new__Jeremy Maitin-Shepard2021-07-311-9/+13
* | Fix #9479: autodoc: Emit a warning if target is a mocked objectTakeshi KOMIYA2021-07-271-0/+4
|/
* Merge pull request #9498 from tk0miya/9481_autosummary_warningsTakeshi KOMIYA2021-07-271-4/+4
|\
| * Fix #9481: autosummary: some warnings contain non-existing filenamesTakeshi KOMIYA2021-07-251-4/+4
* | Merge branch '4.1.x' into 4.xTakeshi KOMIYA2021-07-261-1/+6
|\ \ | |/ |/|
| * Fix #9436, #9471: autodoc: crashed if autodoc_class_signature = "separated"Takeshi KOMIYA2021-07-241-1/+6
* | Merge pull request #9488 from tk0miya/9487_typehint_for_cached_propertyTakeshi KOMIYA2021-07-241-2/+9
|\ \
| * | Fix #9487: autodoc: typehint for cached_property is not shownTakeshi KOMIYA2021-07-221-2/+9
* | | Merge branch 'sphinx-doc:4.x' into 4.xLouis Maddox2021-07-191-2/+29
|\ \ \ | |/ /
| * | Close #9445: autodoc: Support class propertiesTakeshi KOMIYA2021-07-171-2/+29
| |/
* | Improve sphinx.ext.autodoc docstringsLouis Maddox2021-07-191-6/+6
* | Fix warning typo; improve sphinx.ext.autodoc docstringsLouis Maddox2021-07-191-4/+4
* | Improve sphinx.ext.autodoc docstringsLouis Maddox2021-07-181-2/+2
* | Improve sphinx.ext.autosummary docstringLouis Maddox2021-07-181-1/+1
* | Improve sphinx.ext.apidoc docstringsLouis Maddox2021-07-181-1/+1
|/
* Merge branch '9299' into 4.xTakeshi KOMIYA2021-07-111-2/+21
|\
| * Somewhat more efficient fix.Tom Oinn2021-06-041-10/+19
| * Fix for sphinx-doc/sphinx#9291Tom Oinn2021-06-041-3/+13
* | Merge branch '4.x' into humitos/add-html-assets-in-all-pagesTakeshi KOMIYA2021-07-041-11/+15
|\ \
| * | Fix #9384: autodoc_typehints='none' supports typehints for attributesTakeshi KOMIYA2021-06-291-11/+15
| |/
* | Merge branch '4.x' into humitos/add-html-assets-in-all-pagesManuel Kaufmann2021-06-145-58/+161
|\ \ | |/
| * Merge pull request #9285 from tk0miya/9283_autodoc_attribute_not_having_commentTakeshi KOMIYA2021-06-031-0/+27
| |\
| | * Fix #9283: autodoc: failed to build doc for attribute not commentedTakeshi KOMIYA2021-05-301-0/+27
| * | deprecate sphinx.ext.autosummary._appTakeshi KOMIYA2021-05-311-4/+9
| |/
| * Fix #9250: autodoc: The inherited method not having docstring is wrongly parsedTakeshi KOMIYA2021-05-231-2/+2
| * Merge pull request #9254 from tk0miya/refactor_find_pending_xref_conditionsTakeshi KOMIYA2021-05-221-13/+2
| |\
| | * refactor: reduce calls of find_pending_xref_conditions (refs: #9240)Takeshi KOMIYA2021-05-221-13/+2
| * | refactor: Make the app argument for BuildEnvironment requiredTakeshi KOMIYA2021-05-221-3/+16
| |/
| * Merge branch '4.x' into 3014_autodoc-process-basesTakeshi KOMIYA2021-05-172-2/+64
| |\
| | * Merge branch '4.x' into 9218_doccomment_for_aliased_classTakeshi KOMIYA2021-05-162-0/+49
| | |\
| | | * Close #4257: autodoc: Add autodoc_class_signatureTakeshi KOMIYA2021-05-162-0/+49
| | * | Close #8061, #9218: autodoc: Support variable comment for alias classesTakeshi KOMIYA2021-05-151-2/+15
| | |/
| * | Close #3014: autodoc: Add autodoc-process-basesTakeshi KOMIYA2021-05-161-7/+13
| |/