| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | intersphinx role: :external+inv:**: instead of :external:inv+**: | Jakob Lykke Andersen | 2022-01-16 | 1 | -2/+2 |
| | | |||||
| * | intersphinx role, hax role name to preserve case | Jakob Lykke Andersen | 2022-01-16 | 1 | -1/+1 |
| | | |||||
| * | intersphinx role: new inventory parsing from role name | Jakob Lykke Andersen | 2022-01-16 | 2 | -1/+41 |
| | | |||||
| * | intersphinx role, implement warning scheme | Jakob Lykke Andersen | 2022-01-16 | 2 | -36/+23 |
| | | | | | and temporarily remove explicit inventories | ||||
| * | intersphinx role, update based on merged refactoring | Jakob Lykke Andersen | 2022-01-16 | 1 | -0/+2 |
| | | |||||
| * | intersphinx: explicitly parse out inventory specification | Jakob Lykke Andersen | 2022-01-16 | 2 | -0/+3 |
| | | |||||
| * | intersphinx role: rename to 'external' | Jakob Lykke Andersen | 2022-01-16 | 1 | -16/+16 |
| | | |||||
| * | intersphinx: more role testing | Jakob Lykke Andersen | 2022-01-16 | 2 | -27/+29 |
| | | |||||
| * | intersphinx: Add :intersphinx:***: role | Takeshi KOMIYA | 2022-01-16 | 3 | -0/+58 |
| | | |||||
| * | Merge pull request #10078 from ↵ | Takeshi KOMIYA | 2022-01-16 | 3 | -5/+5 |
| |\ | | | | | | | | | danieleades/refactor/unused-loop-control-variables address some unused loop control variables | ||||
| | * | Update tests/test_ext_napoleon.py | danieleades | 2022-01-14 | 1 | -1/+1 |
| | | | | | | | Co-authored-by: Takeshi KOMIYA <i.tkomiya@gmail.com> | ||||
| | * | address some unused loop control variables (B007) | Daniel Eades | 2022-01-12 | 3 | -5/+5 |
| | | | |||||
| * | | Merge pull request #10097 from tk0miya/10029_strip_value_from_cmdoption | Takeshi KOMIYA | 2022-01-16 | 1 | -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 genindex | Takeshi KOMIYA | 2022-01-14 | 1 | -4/+5 |
| | |/ | |||||
| * | | Merge pull request #10101 from Gobot1234/4.x | Takeshi KOMIYA | 2022-01-16 | 1 | -0/+12 |
| |\ \ | | | | | | | Fix empty returns section | ||||
| | * | | Update tests/test_ext_napoleon_docstring.py | James Hilton-Balfe | 2022-01-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fix formatting | James Hilton-Balfe | 2022-01-15 | 1 | -2/+1 |
| | | | | |||||
| | * | | Add a test for this | James Hilton-Balfe | 2022-01-15 | 1 | -1/+14 |
| | | | | |||||
| * | | | Fix a flake8 warning | Takeshi KOMIYA | 2022-01-15 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge branch '4.x' into HEAD | Takeshi KOMIYA | 2022-01-15 | 123 | -427/+1547 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | In translated docs, sort glossaries by translated terms | Jean Abou Samra | 2022-01-12 | 3 | -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 Eades | 2022-01-10 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge pull request #10051 from tk0miya/9777_quotes_in_manpage | Takeshi KOMIYA | 2022-01-03 | 1 | -1/+6 |
| | |\ \ | | | | | | | | | test: manpage: double quotes are escaped since docutils-0.18 | ||||
| | | * | | test: manpage: double quotes are escaped since docutils-0.18 | Takeshi KOMIYA | 2022-01-03 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | Double quotes are escaped to `\(dq` on manpage output since docutils-0.18. | ||||
| | * | | | test: Migrate to Node.findall() from Node.traverse() | Takeshi KOMIYA | 2022-01-03 | 5 | -22/+22 |
| | |/ / | |||||
| | * | | Migrate to Node.findall() from Node.traverse() | Takeshi KOMIYA | 2022-01-03 | 4 | -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_distutils | Takeshi KOMIYA | 2022-01-02 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | refactor: Reduce usages of distutils (refs: #9820) | ||||
| | | * | | refactor: Reduce usages of distutils (refs: #9820) | Takeshi KOMIYA | 2022-01-01 | 1 | -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_bases | Takeshi KOMIYA | 2022-01-02 | 7 | -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 KOMIYA | 2022-01-01 | 6 | -6/+81 |
| | | | | | |||||
| | | * | | Add `mode` parameter to sphinx.util.typing:restify() | Takeshi KOMIYA | 2022-01-01 | 1 | -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.x | Takeshi KOMIYA | 2022-01-01 | 101 | -101/+101 |
| | |\ \ \ | |||||
| | | * | | | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 101 | -101/+101 |
| | | | | | | |||||
| | * | | | | Merge pull request #10021 from ↵ | Takeshi KOMIYA | 2021-12-29 | 2 | -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 KOMIYA | 2021-12-27 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | autodoc_typehints='description' | ||||
| | | * | | | | Fix py domain: "typing" types are not hyperlinked in info-field-list | Takeshi KOMIYA | 2021-12-27 | 1 | -1/+22 |
| | | | |/ / | | |/| | | |||||
| | * | | | | Merge pull request #10018 from tk0miya/10013_add_async_js_file | Takeshi KOMIYA | 2021-12-27 | 1 | -0/+14 |
| | |\ \ \ \ | | |/ / / | |/| | | | Close #10013: html: Allow to change the loading method of JavaScript | ||||
| | | * | | | Close #10013: html: Allow to change the loading method of JavaScript | Takeshi KOMIYA | 2021-12-25 | 1 | -0/+14 |
| | | | | | | |||||
| | * | | | | Merge branch '4.x' into 9194_Literal_type_not_hyperlinked | Takeshi KOMIYA | 2021-12-26 | 1 | -2/+2 |
| | |\ \ \ \ | | |/ / / | |||||
| | | * | | | autodoc: Rename autodoc_unqualified_typehints to autodoc_typehints_format ↵ | Takeshi KOMIYA | 2021-12-24 | 1 | -2/+2 |
| | | |/ / | | | | | | | | | | | | | (refs: #9931) | ||||
| | * | | | Fix testcase in py36 case | Takeshi KOMIYA | 2021-12-26 | 1 | -6/+1 |
| | | | | | |||||
| | * | | | refactor: Merge arguments of sphinx.util.typing:stringify() | Takeshi KOMIYA | 2021-12-26 | 2 | -155/+157 |
| | | | | | |||||
| | * | | | Fix #9194: autodoc: Prepend the "typing" module name on the signature | Takeshi KOMIYA | 2021-12-26 | 6 | -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 typehints | Takeshi KOMIYA | 2021-12-25 | 1 | -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 hyperlinked | Takeshi KOMIYA | 2021-12-25 | 1 | -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 py37 | Takeshi KOMIYA | 2021-12-25 | 1 | -0/+9 |
| | |/ / | |||||
| | * | | Close #9993: std domain: Allow to refer an inline target via ref role | Takeshi KOMIYA | 2021-12-21 | 1 | -0/+9 |
| | | | | |||||
| | * | | Merge pull request #9992 from tk0miya/debug_print | Takeshi KOMIYA | 2021-12-19 | 1 | -1/+0 |
| | |\ \ | | | | | | | | | test: Remove debug print | ||||
| | | * | | test: Remove debug print | Takeshi KOMIYA | 2021-12-19 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | Merge pull request #9987 from tk0miya/9968_ivar_not_shown | Takeshi KOMIYA | 2021-12-19 | 1 | -0/+15 |
| | |\ \ \ | | | | | | | | | | | Fix #9968: autodoc: ivars are not shown if __init__ has posonlyargs | ||||
