summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10065 from tk0miya/mypy-0.9314.3.xTakeshi KOMIYA2022-01-093-6/+6
|\
| * Fix mypy violations (with types-requests-2.27.3)Takeshi KOMIYA2022-01-091-3/+3
| * Fix mypy violations (with mypy-0.931)Takeshi KOMIYA2022-01-092-3/+3
|/
* Merge pull request #10039 from tk0miya/new_year_updates2Takeshi KOMIYA2022-01-011-1/+1
|\
| * A happy new year! (again)Takeshi KOMIYA2022-01-011-1/+1
|/
* Merge pull request #10035 from tk0miya/new_year_updatesTakeshi KOMIYA2022-01-01314-314/+314
|\
| * A happy new year!Takeshi KOMIYA2022-01-01314-314/+314
|/
* Fix mypy violations (with mypy-0.930)Takeshi KOMIYA2021-12-244-9/+9
* Merge pull request #9998 from tk0miya/9993_inline_targetTakeshi KOMIYA2021-12-233-3/+16
|\
| * Close #9993: std domain: Allow to refer an inline target via ref roleTakeshi KOMIYA2021-12-213-3/+16
* | Merge pull request #9990 from tk0miya/9961_nested_kbd_in_html_related_buildersTakeshi KOMIYA2021-12-232-1/+2
|\ \ | |/ |/|
| * Close #9961: html: Support nested <kbd> HTML elements in other HTML buildersTakeshi KOMIYA2021-12-192-1/+2
* | Merge pull request #9992 from tk0miya/debug_printTakeshi KOMIYA2021-12-191-1/+0
|\ \
| * | test: Remove debug printTakeshi KOMIYA2021-12-191-1/+0
| |/
* | Merge branch '4.3.x' into 4.xTakeshi KOMIYA2021-12-191-4/+10
|\ \
| * | Bump versionTakeshi KOMIYA2021-12-192-3/+24
| * | Bump to 4.3.2 finalv4.3.2Takeshi KOMIYA2021-12-192-19/+4
* | | Merge pull request #9987 from tk0miya/9968_ivar_not_shownTakeshi KOMIYA2021-12-193-0/+21
|\ \ \
| * | | Fix #9968: autodoc: ivars are not shown if __init__ has posonlyargsTakeshi KOMIYA2021-12-193-0/+21
| | |/ | |/|
* | | Merge pull request #9986 from tk0miya/update_docsTakeshi KOMIYA2021-12-191-2/+2
|\ \ \
| * | | doc: Update explanation of autodoc_unqualified_typehints (ref: #9931)Takeshi KOMIYA2021-12-181-2/+2
| |/ /
* | | Merge pull request #9982 from tk0miya/9979_error_loggigTakeshi KOMIYA2021-12-193-6/+14
|\ \ \
| * | | Fix #9979: Error level messages were displayed as warning messagesTakeshi KOMIYA2021-12-173-6/+14
| |/ /
* | | Merge pull request #9989 from sphinx-doc/bot/pull-translationsTakeshi KOMIYA2021-12-1967-1018/+948
|\ \ \ | |/ / |/| |
| * | Update message catalogstk0miya2021-12-1967-1018/+948
|/ /
* | Merge branch '4.3.x' into 4.xTakeshi KOMIYA2021-12-1710-65/+182
|\ \ | |/
| * Merge pull request #9983 from tk0miya/mypy-0.920Takeshi KOMIYA2021-12-175-6/+6
| |\
| | * Fix mypy violations (with mypy-0.920)Takeshi KOMIYA2021-12-175-6/+6
| |/
| * Merge pull request #9918 from jakobandersen/c-cpp-fundamental-type-permutationJakob Lykke Andersen2021-12-055-61/+178
| |\
| | * C, simple type specifier parsing, handling macro-keywordsJakob Lykke Andersen2021-12-012-8/+18
| | * C, fix parsing of fundamental typesJakob Lykke Andersen2021-11-304-26/+37
| | * C++, fix parsing of fundamental typesJakob Lykke Andersen2021-11-303-30/+126
| | * C++, fix typo in internal functionJakob Lykke Andersen2021-11-301-2/+2
| |/
* | Merge pull request #9972 from logithack/doc/fix-irc-networkTakeshi KOMIYA2021-12-160-0/+0
|\ \
| * | doc: Point to IRC channel on Libera.ChatRyan King2021-12-141-1/+1
* | | Merge pull request #9957 from tk0miya/refactor_DeprecationWarningsTakeshi KOMIYA2021-12-162-10/+8
|\ \ \
| * | | refactor: ssl.wrap_context() has been deprecated nowTakeshi KOMIYA2021-12-111-6/+4
| * | | refactor: app.html_themes was replaced by registry.html_themesTakeshi KOMIYA2021-12-111-4/+4
* | | | Merge pull request #9960 from sphinx-doc/bot/pull-translationsTakeshi KOMIYA2021-12-16125-5522/+5493
|\ \ \ \
| * | | | Update message catalogstk0miya2021-12-12125-5522/+5493
| | |/ / | |/| |
* | | | Merge pull request #9963 from tk0miya/refactor_docTakeshi KOMIYA2021-12-166-16/+16
|\ \ \ \
| * | | | doc: Use "console" for the highlight language of console outputTakeshi KOMIYA2021-12-136-16/+16
| |/ / /
* | | | Merge pull request #9287 from ssbarnea/fix/ircTakeshi KOMIYA2021-12-162-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Document new irc channel locationSorin Sbarnea2021-06-012-2/+2
* | | | Merge pull request #9941 from jfbu/9940_pymultifunction_latexJean-François B2021-12-112-9/+26
|\ \ \ \
| * \ \ \ Merge branch '4.x' into 9940_pymultifunction_latexJean-François B2021-12-1122-147/+493
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Update CHANGES for PR #9390Takeshi KOMIYA2021-12-111-0/+1
* | | | | Merge pull request #9390 from marxin/fix-footnote-in-infoTakeshi KOMIYA2021-12-112-1/+13
|\ \ \ \ \
| * | | | | refactor: texinfo: Remove CR char from outputTakeshi KOMIYA2021-12-112-5/+3
| * | | | | Merge branch '4.x' into fix-footnote-in-infoTakeshi KOMIYA2021-12-11380-24641/+56621
| |\ \ \ \ \ | | | |_|/ / | | |/| | |