summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version4.0.xTakeshi KOMIYA2021-04-292-3/+24
|
* Bump to 4.0.0 beta2v4.0.0b2Takeshi KOMIYA2021-04-292-28/+4
|
* Merge pull request #9125 from tk0miya/unpin_docutils-0.17Takeshi KOMIYA2021-04-293-2/+6
|\ | | | | Support docutils-0.17
| * Support docutils-0.17Takeshi KOMIYA2021-04-223-2/+6
| |
* | Merge pull request #9134 from tk0miya/9094_testcaseTakeshi KOMIYA2021-04-272-3/+19
|\ \ | | | | | | refactor: Add testcase for mathjax3_config (refs: #9094)
| * | refactor: Add testcase for mathjax3_config (refs: #9094)Takeshi KOMIYA2021-04-252-3/+19
|/ /
* | Merge branch '3.x' into 4.0.xTakeshi KOMIYA2021-04-250-0/+0
|\ \
| * \ Merge branch '3.5.x' into 3.x3.xTakeshi KOMIYA2021-04-250-0/+0
| |\ \
| | * | Bump version3.5.xTakeshi KOMIYA2021-04-162-3/+24
| | | |
| | * | Bump to 3.5.4 finalTakeshi KOMIYA2021-04-162-16/+4
| | | |
* | | | Merge pull request #9132 from tk0miya/fix_typoTakeshi KOMIYA2021-04-241-1/+1
|\ \ \ \ | | | | | | | | | | doc: Fix minor mark-up misses up
| * | | | doc: Fix minor mark-up misses upTakeshi KOMIYA2021-04-241-1/+1
|/ / / /
* | | | Add documentation for mathjax2_config and mathjax3_configMatthias Geier2021-04-241-7/+42
| | | |
* | | | Add CHANGES entryMatthias Geier2021-04-241-0/+2
| | | |
* | | | Add mathjax3_config config optionMatthias Geier2021-04-241-3/+14
| | | |
* | | | Merge pull request #9118 from chrisjsewell/fix-typingTakeshi KOMIYA2021-04-242-2/+2
|\ \ \ \ | | | | | | | | | | 🐛 FIX: `Config.__getitem__` typing
| * | | | remove type: ignoreChris Sewell2021-04-231-1/+1
| | | | |
| * | | | 🐛 FIX: `Config.__getitem__` typingChris Sewell2021-04-231-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #9128 from tk0miya/9121_duplicated_warning_for_canonicalTakeshi KOMIYA2021-04-243-9/+52
|\ \ \ \ | |/ / / |/| | | Fix #9121: py domain: duplicated warning for canonical and alias
| * | | Fix #9121: py domain: duplicated warning for canonical and aliasTakeshi KOMIYA2021-04-233-9/+52
|/ / / | | | | | | | | | | | | | | | A duplicated warning is emitted when both canonical and its alias objects are defined on the same document. But it should not be emitted because they're the same object, not conflicted.
* | | Merge pull request #9117 from tk0miya/9116_typoTakeshi KOMIYA2021-04-201-2/+2
|\ \ \ | | | | | | | | doc: Fix typo
| * | | doc: Fix typoTakeshi KOMIYA2021-04-201-2/+2
| | | |
* | | | Merge pull request #9111 from tk0miya/9110_restify_GenericAliasTakeshi KOMIYA2021-04-205-6/+7
|\ \ \ \ | | | | | | | | | | Fix #9110: autodoc: metadata of GenericAlias is not rendered as a reference in py37+
| * \ \ \ Merge branch '4.0.x' into 9110_restify_GenericAliasTakeshi KOMIYA2021-04-204-3/+16
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #9109 from tk0miya/9095_TypeError_on_broken_metaclassTakeshi KOMIYA2021-04-202-1/+9
|\ \ \ \ \ | |_|/ / / |/| | | | Fix #9095: autodoc: TypeError is raised on processing broken metaclass
| * | | | Merge branch '4.0.x' into 9095_TypeError_on_broken_metaclassTakeshi KOMIYA2021-04-203-2/+7
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | CHANGES for PR #9101Takeshi KOMIYA2021-04-201-0/+1
| | | | |
* | | | | Merge pull request #9101 from V0lantis/fix/fix_user_selectionTakeshi KOMIYA2021-04-202-2/+6
|\ \ \ \ \ | | | | | | | | | | | | Fix `user-selection` in Safari and Internet Explorer
| * | | | | Add `div.doctest` to snippetArthur Volant2021-04-191-1/+1
| | | | | |
| * | | | | Remove link to stackoverflowArthur Volant2021-04-171-2/+0
| | | | | |
| * | | | | Add div.highlightArthur Volant2021-04-171-1/+1
| | | | | |
| * | | | | Add line numbersArthur Volant2021-04-171-0/+2
| | | | | |
| * | | | | doc: Fix grammar in documentation for autodoc_typehintsHarmon2021-04-171-1/+1
| | | | | |
| * | | | | Fix selection for safari/Internet Explorer and MozillaArthur Volant2021-04-171-4/+8
| | | | | |
| | * | | | Fix #9095: autodoc: TypeError is raised on processing broken metaclassTakeshi KOMIYA2021-04-192-1/+9
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The logging module is crashed when the target object is a broken metaclass that raises a TypeError on `isinstance()`. This adds a workaround code to avoid the error.
| | * | | Fix #9110: autodoc: metadata of GenericAlias is not rendered as a reference ↵Takeshi KOMIYA2021-04-195-6/+7
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | in py37+ GenericAliasMixin should use `restify()` to render the metadata of GenericAlias as py36 does.
* | | | Merge pull request #9113 from jakobandersen/c_cpp_alias_fixJakob Lykke Andersen2021-04-183-2/+7
|\ \ \ \ | | | | | | | | | | C, C++, alias fix
| * | | | C, C++, fix KeyError due to alias directiveJakob Lykke Andersen2021-04-183-2/+7
|/ / / /
* | | | Merge pull request #9050 from tk0miya/8829_whats_parallel_read_safeTakeshi KOMIYA2021-04-181-0/+16
|\ \ \ \ | | | | | | | | | | Close #8829: doc: Update description of paralle-read-safe
| * | | | Close #8829: doc: Update description of paralle-read-safeTakeshi KOMIYA2021-04-041-0/+16
| | | | |
* | | | | Merge pull request #9106 from tk0miya/9103_imgconverter_unexpected_conversionTakeshi KOMIYA2021-04-185-1/+8
|\ \ \ \ \ | | | | | | | | | | | | Fix #9103: LaTeX: imgconverter: conversion runs even if not needed
| * \ \ \ \ Merge branch '4.0.x' into 9103_imgconverter_unexpected_conversionTakeshi KOMIYA2021-04-187-47/+104
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #9107 from tk0miya/8818_nitpicky_for_AnyTakeshi KOMIYA2021-04-185-45/+78
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix #8818: autodoc: Super class having ``Any`` arguments causes nit-picky warning
| * | | | | | Fix #8818: autodoc: Super class having ``Any`` arguments causes nit-picky ↵Takeshi KOMIYA2021-04-185-45/+78
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | warning On generating the base class information, unexpected nit-picky warning for ``typing.Any`` was emitted. This fixes it by using `~` prefix on generating a cross-reference to make it valid.
* | | | | | Merge pull request #9104 from tk0miya/8127_nitpicky_ellipsisTakeshi KOMIYA2021-04-173-2/+26
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Fix #8127: py domain: Ellipsis in info-field-list causes nit-picky warning
| * | | | | Fix #8127: py domain: Ellipsis in info-field-list causes nit-picky warningTakeshi KOMIYA2021-04-173-2/+26
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On parsing the types, the leading dot of the ellipsis (...) is considered as a reference name. And its first dot is considered as a notation for relative type reference (ex. ".ClassName"). As a result, it was converted double dots unexpectedly. This changes the parsing rule to treat the ellipsis as a symbol, not a name.
| * | | | Fix #9103: LaTeX: imgconverter: conversion runs even if not neededTakeshi KOMIYA2021-04-175-1/+8
|/ / / / | | | | | | | | | | | | | | | | | | | | The imgconverter unexpectedly goes to convert even if the given image is supported by the target builder when the image globbing is not used. This enables format guess-ing on not globbed.
* | | | Merge pull request #9023 from jakobandersen/decl_stylingJakob Lykke Andersen2021-04-1218-453/+864
|\ \ \ \ | | | | | | | | | | Flexible declaration styling
| * | | | Decl styling, disable smart quoting in sigsJakob Lykke Andersen2021-04-121-1/+1
| | | | |
| * | | | Decl styling, fix font size in basicJakob Lykke Andersen2021-04-121-1/+8
| | | | |