summaryrefslogtreecommitdiff
path: root/sphinx/ext
Commit message (Expand)AuthorAgeFilesLines
* Define extra indent as a class attributeAdam Turner2022-09-252-1/+5
* Fix highlighting lexersAdam Turner2022-09-252-9/+3
* imgmath: Allow embedding images in HTML as base64 (#10816)Julien Schueller2022-09-231-16/+48
* Add contents entries for domain objects (#10807)Adam Turner2022-09-131-0/+9
* Correct `is_allowed_version()`'s example tests (#10802)Tony Narlock2022-09-091-3/+3
* Fix more strict static typing errors (#10681)danieleades2022-08-287-31/+40
* Remove unneeded `noqa` lint suppression comments (#10772)danieleades2022-08-281-1/+1
* Fix flake8 5.0.0 reported formatting errorsdaniel.eades2022-08-011-2/+4
* Fix ValueError popping out in `sphinx.ext.napoleon` (#10709)Antony Lee2022-07-251-12/+22
* Update include_patterns implementation (#10680)Adam Turner2022-07-231-1/+1
* Improve static typing strictness (#10569)danieleades2022-07-1810-37/+44
* Add `include_patterns` as the opposite of `exclude_patterns` (#10518)Adam Turner2022-07-171-1/+1
* Use the `flake8-comprehensions` lint plugin (#10601)danieleades2022-06-261-1/+1
* Replace `napoleon.iterators` by simpler stack implementation (#9856)Antony Lee2022-06-262-31/+49
* Replace deprecated logging.warn with logging.warning (#10592)Hugo van Kemenade2022-06-251-3/+3
* Remove traces of Python 2 and 3.5 (#10560)Adam Turner2022-06-161-5/+2
* Merge branch '5.0.x' into 5.xTakeshi KOMIYA2022-06-172-3/+9
|\
| * Fix documenting inherited attributesAdam Turner2022-06-082-3/+9
| * Fix #10509: autosummary: autosummary fails with a shared libraryTakeshi KOMIYA2022-06-031-2/+6
* | remove unnecessary generators (C400, C401)Daniel Eades2022-06-033-5/+5
* | remove unnecessary list calls around 'sorted' (C413)Daniel Eades2022-06-031-1/+1
* | Fix #10509: autosummary: autosummary fails with a shared libraryTakeshi KOMIYA2022-06-031-2/+6
|/
* ifconfig: Do not use a meta node for noopTakeshi KOMIYA2022-06-031-3/+2
* Add a meta node to fix iterationAdam Turner2022-05-311-1/+2
* Fix imgconverter: Failed to extract translation messagesTakeshi KOMIYA2022-05-291-3/+3
* Set the docstring attribute of class members. Fixes #8180.Anselm Kruis2022-05-231-1/+8
* Merge pull request #10386 from mxd4/10384-comment-img-magickTakeshi KOMIYA2022-05-221-3/+7
|\
| * #10384 - Remove comment in testmxd42022-05-021-2/+2
| * #10384 - Fix typomxd42022-05-021-1/+1
| * #10384 - Fix flake8mxd42022-05-021-3/+4
| * #10384 - Explicit warning and improve doc claritymxd42022-05-021-3/+6
* | Merge branch '5.0.x' into 9648_autodoc_typehints_description_and_stared_argsTakeshi KOMIYA2022-05-221-2/+10
|\ \
| * | Fix #9575: autodoc: Return annotation should not be shownTakeshi KOMIYA2022-05-151-2/+10
* | | Fix #9648: autodoc: *args and **kwargs entries are duplicatedTakeshi KOMIYA2022-05-151-3/+17
|/ /
* | Merge pull request #10427 from tk0miya/10421_autodoc_preserve_defaults_for_cl...Takeshi KOMIYA2022-05-081-1/+12
|\ \
| * | Fix #10421: autodoc_preserve_defaults doesn't work on class methodsTakeshi KOMIYA2022-05-081-1/+12
* | | Merge remote-tracking branch 'origin/5.x' into HEADTakeshi KOMIYA2022-05-0713-387/+69
|\ \ \
| * | | autosummary: global variables having doc-comment are considered as non-import...Takeshi KOMIYA2022-05-071-2/+4
| * | | Fix a flake8 warningTakeshi KOMIYA2022-05-071-1/+0
| * | | Merge branch '5.x' into 10258_autosummaryTakeshi KOMIYA2022-05-0731-762/+266
| |\ \ \
| | * | | Fix typoTakeshi KOMIYA2022-05-071-1/+1
| | |/ /
| | * | Merge branch '5.x' into fix-warningsAdam Turner2022-05-022-3/+6
| | |\ \ | | | |/
| | | * Fix #10200: apidoc: Duplicated submodules are shown for modulesTakeshi KOMIYA2022-04-301-0/+1
| | | * Remove a trailing whitespaceTakeshi KOMIYA2022-04-241-1/+1
| | | * Correct autodoc docstringsOscar Gustafsson2022-04-201-3/+5
| | * | Use `Node.findall`Adam Turner2022-04-221-1/+1
| | * | `rawsource` is deprecated in `docutils.nodes.Text`Adam Turner2022-04-221-2/+2
| | * | Specify encodingAdam Turner2022-04-223-7/+8
| | |/
| | * Review commentsAdam Turner2022-04-171-1/+1
| | * Remove deprecated code for Sphinx 5.0Adam Turner2022-04-177-371/+45