summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* intersphinx role: :external+inv:**: instead of :external:inv+**:Jakob Lykke Andersen2022-01-161-2/+2
|
* intersphinx role, hax role name to preserve caseJakob Lykke Andersen2022-01-161-1/+1
|
* intersphinx role: new inventory parsing from role nameJakob Lykke Andersen2022-01-162-1/+41
|
* intersphinx role, implement warning schemeJakob Lykke Andersen2022-01-162-36/+23
| | | | and temporarily remove explicit inventories
* intersphinx role, update based on merged refactoringJakob Lykke Andersen2022-01-161-0/+2
|
* intersphinx: explicitly parse out inventory specificationJakob Lykke Andersen2022-01-162-0/+3
|
* intersphinx role: rename to 'external'Jakob Lykke Andersen2022-01-161-16/+16
|
* intersphinx: more role testingJakob Lykke Andersen2022-01-162-27/+29
|
* intersphinx: Add :intersphinx:***: roleTakeshi KOMIYA2022-01-163-0/+58
|
* Merge pull request #10078 from ↵Takeshi KOMIYA2022-01-163-5/+5
|\ | | | | | | | | danieleades/refactor/unused-loop-control-variables address some unused loop control variables
| * Update tests/test_ext_napoleon.pydanieleades2022-01-141-1/+1
| | | | | | Co-authored-by: Takeshi KOMIYA <i.tkomiya@gmail.com>
| * address some unused loop control variables (B007)Daniel Eades2022-01-123-5/+5
| |
* | Merge pull request #10097 from tk0miya/10029_strip_value_from_cmdoptionTakeshi KOMIYA2022-01-161-4/+5
|\ \ | | | | | | Fix #9981: std domain: Strip value part of the option directive from genindex
| * | Fix #9981: std domain: Strip value part of the option directive from genindexTakeshi KOMIYA2022-01-141-4/+5
| |/
* | Merge pull request #10101 from Gobot1234/4.xTakeshi KOMIYA2022-01-161-0/+12
|\ \ | | | | | | Fix empty returns section
| * | Update tests/test_ext_napoleon_docstring.pyJames Hilton-Balfe2022-01-151-1/+1
| | |
| * | Fix formattingJames Hilton-Balfe2022-01-151-2/+1
| | |
| * | Add a test for thisJames Hilton-Balfe2022-01-151-1/+14
| | |
* | | Fix a flake8 warningTakeshi KOMIYA2022-01-151-0/+1
| | |
* | | Merge branch '4.x' into HEADTakeshi KOMIYA2022-01-15123-427/+1547
|\ \ \ | | |/ | |/|
| * | In translated docs, sort glossaries by translated termsJean Abou Samra2022-01-123-42/+97
| | | | | | | | | | | | | | | | | | | | | This is done by moving the sorting from the glossary directive to a transform operating after the i18n transform. Closes #9827
| * | use 'callable' to check if object is callable (B004)Daniel Eades2022-01-101-1/+1
| | |
| * | Merge pull request #10051 from tk0miya/9777_quotes_in_manpageTakeshi KOMIYA2022-01-031-1/+6
| |\ \ | | | | | | | | test: manpage: double quotes are escaped since docutils-0.18
| | * | test: manpage: double quotes are escaped since docutils-0.18Takeshi KOMIYA2022-01-031-1/+6
| | | | | | | | | | | | | | | | | | | | Double quotes are escaped to `\(dq` on manpage output since docutils-0.18.
| * | | test: Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-035-22/+22
| |/ /
| * | Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-034-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Node.traverse() was marked as deprecated since docutils-0.18. Instead of it, Node.findall() has been added as successor of traverse(). This applies a patch to docutils-0.17 or older to be available Node.findall() and use it.
| * | Merge pull request #10042 from tk0miya/9820_distutilsTakeshi KOMIYA2022-01-021-1/+1
| |\ \ | | | | | | | | refactor: Reduce usages of distutils (refs: #9820)
| | * | refactor: Reduce usages of distutils (refs: #9820)Takeshi KOMIYA2022-01-011-1/+1
| | | | | | | | | | | | | | | | | | | | distutils module is now deprecated and will be removed since Python 3.12. So this reduces the usages of the module.
| * | | Merge pull request #10034 from tk0miya/10027_autodoc_typehints_format_for_basesTakeshi KOMIYA2022-01-027-6/+121
| |\ \ \ | | |/ / | |/| | Fix #10027: autodoc_typehints_format does not work with :show-inheritance:
| | * | Fix #10027: autodoc_typehints_format does not work with :show-inheritance:Takeshi KOMIYA2022-01-016-6/+81
| | | |
| | * | Add `mode` parameter to sphinx.util.typing:restify()Takeshi KOMIYA2022-01-011-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | To make the typehints in "Bases" field simple, this adds a new parameter `mode` to sphinx.util.typing:restify() to suppress the leading module name from typehints in "Bases" field.
| * | | Merge branch '4.3.x' into 4.xTakeshi KOMIYA2022-01-01101-101/+101
| |\ \ \
| | * | | A happy new year!Takeshi KOMIYA2022-01-01101-101/+101
| | | | |
| * | | | Merge pull request #10021 from ↵Takeshi KOMIYA2021-12-292-4/+25
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | tk0miya/10015_typehints_format_with_typehints_in_description Fix #10015: autodoc: autodoc_typehints_format='short' does not work when autodoc_typehints='description'
| | * | | | Fix #10015: autodoc: autodoc_typehints_format='short' does not work when ↵Takeshi KOMIYA2021-12-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | autodoc_typehints='description'
| | * | | | Fix py domain: "typing" types are not hyperlinked in info-field-listTakeshi KOMIYA2021-12-271-1/+22
| | | |/ / | | |/| |
| * | | | Merge pull request #10018 from tk0miya/10013_add_async_js_fileTakeshi KOMIYA2021-12-271-0/+14
| |\ \ \ \ | | |/ / / | |/| | | Close #10013: html: Allow to change the loading method of JavaScript
| | * | | Close #10013: html: Allow to change the loading method of JavaScriptTakeshi KOMIYA2021-12-251-0/+14
| | | | |
| * | | | Merge branch '4.x' into 9194_Literal_type_not_hyperlinkedTakeshi KOMIYA2021-12-261-2/+2
| |\ \ \ \ | | |/ / /
| | * | | autodoc: Rename autodoc_unqualified_typehints to autodoc_typehints_format ↵Takeshi KOMIYA2021-12-241-2/+2
| | |/ / | | | | | | | | | | | | (refs: #9931)
| * | | Fix testcase in py36 caseTakeshi KOMIYA2021-12-261-6/+1
| | | |
| * | | refactor: Merge arguments of sphinx.util.typing:stringify()Takeshi KOMIYA2021-12-262-155/+157
| | | |
| * | | Fix #9194: autodoc: Prepend the "typing" module name on the signatureTakeshi KOMIYA2021-12-266-28/+57
| | | | | | | | | | | | | | | | | | | | To create hyperlinks to container types automatically, this prepends the module names for the types under "typing" module.
| * | | py domain: Suppress the leading "typing." module from typehintsTakeshi KOMIYA2021-12-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | To support creating hyperlinks to container types naturally, py domain should take fully-qualified typehints for them. But nobody wants to show "typing." module name on the signature. So this suppresses them automatically.
| * | | Fix #9194: autodoc: types in typing module are not hyperlinkedTakeshi KOMIYA2021-12-251-1/+3
| | | | | | | | | | | | | | | | | | | | This converts types in typing module to valid references when `autodoc_unqualified_typehints` option enabled.
| * | | Fix autodoc: Failed to parse Literal type in py36 and py37Takeshi KOMIYA2021-12-251-0/+9
| |/ /
| * | Close #9993: std domain: Allow to refer an inline target via ref roleTakeshi KOMIYA2021-12-211-0/+9
| | |
| * | Merge pull request #9992 from tk0miya/debug_printTakeshi KOMIYA2021-12-191-1/+0
| |\ \ | | | | | | | | test: Remove debug print
| | * | test: Remove debug printTakeshi KOMIYA2021-12-191-1/+0
| | | |
| * | | Merge pull request #9987 from tk0miya/9968_ivar_not_shownTakeshi KOMIYA2021-12-191-0/+15
| |\ \ \ | | | | | | | | | | Fix #9968: autodoc: ivars are not shown if __init__ has posonlyargs