Commit Graph

17402 Commits

Author SHA1 Message Date
Takeshi KOMIYA
3b12911e0d
Merge pull request #9125 from tk0miya/unpin_docutils-0.17
Support docutils-0.17
2021-04-29 14:52:38 +09:00
Takeshi KOMIYA
25a5b3bf68
Merge pull request #9134 from tk0miya/9094_testcase
refactor: Add testcase for mathjax3_config (refs: #9094)
2021-04-27 01:59:56 +09:00
Takeshi KOMIYA
4582d5a396 refactor: Add testcase for mathjax3_config (refs: #9094) 2021-04-25 22:22:13 +09:00
Takeshi KOMIYA
7e7126a4a8 Merge branch '3.x' into 4.0.x 2021-04-25 21:33:49 +09:00
Takeshi KOMIYA
98e9937b37 Merge branch '3.5.x' into 3.x 2021-04-25 21:33:21 +09:00
Takeshi KOMIYA
09fd75f49f
Merge pull request #9132 from tk0miya/fix_typo
doc: Fix minor mark-up misses up
2021-04-24 18:59:24 +09:00
Takeshi KOMIYA
cb78512835 doc: Fix minor mark-up misses up 2021-04-24 18:37:30 +09:00
Matthias Geier
778faffecc Add documentation for mathjax2_config and mathjax3_config 2021-04-24 18:30:44 +09:00
Matthias Geier
fde1f417c8 Add CHANGES entry 2021-04-24 18:30:37 +09:00
Matthias Geier
529fb1d1ce Add mathjax3_config config option 2021-04-24 18:30:32 +09:00
Takeshi KOMIYA
e21e18441f
Merge pull request #9118 from chrisjsewell/fix-typing
🐛 FIX: `Config.__getitem__` typing
2021-04-24 17:37:40 +09:00
Chris Sewell
9019144590 remove type: ignore 2021-04-23 22:40:07 +02:00
Chris Sewell
c47f8aa6d1 🐛 FIX: Config.__getitem__ typing 2021-04-23 22:40:07 +02:00
Takeshi KOMIYA
5e1e747e8f
Merge pull request #9128 from tk0miya/9121_duplicated_warning_for_canonical
Fix #9121: py domain: duplicated warning for canonical and alias
2021-04-24 01:56:34 +09:00
Takeshi KOMIYA
d02a466cb5 Fix #9121: py domain: duplicated warning for canonical and alias
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.
2021-04-23 01:19:18 +09:00
Takeshi KOMIYA
1978c4a0cb Support docutils-0.17 2021-04-22 01:38:31 +09:00
Takeshi KOMIYA
dfdc7626b5
Merge pull request #9117 from tk0miya/9116_typo
doc: Fix typo
2021-04-20 01:44:47 +09:00
Takeshi KOMIYA
98004403c0
Merge pull request #9111 from tk0miya/9110_restify_GenericAlias
Fix #9110: autodoc: metadata of GenericAlias is not rendered as a reference in py37+
2021-04-20 01:44:21 +09:00
Takeshi KOMIYA
70e2def0c4
Merge branch '4.0.x' into 9110_restify_GenericAlias 2021-04-20 01:26:12 +09:00
Takeshi KOMIYA
ab75cc74cf
Merge pull request #9109 from tk0miya/9095_TypeError_on_broken_metaclass
Fix #9095: autodoc: TypeError is raised on processing broken metaclass
2021-04-20 01:25:40 +09:00
Takeshi KOMIYA
aeb00d8186 doc: Fix typo 2021-04-20 01:13:48 +09:00
Takeshi KOMIYA
a31135834b
Merge branch '4.0.x' into 9095_TypeError_on_broken_metaclass 2021-04-20 01:13:05 +09:00
Takeshi KOMIYA
cf4d3da081 CHANGES for PR #9101 2021-04-20 01:12:38 +09:00
Takeshi KOMIYA
ff02add8ef
Merge pull request #9101 from V0lantis/fix/fix_user_selection
Fix `user-selection` in Safari and Internet Explorer
2021-04-20 01:10:15 +09:00
Arthur Volant
75e8862f73 Add div.doctest to snippet 2021-04-19 11:36:53 +02:00
Takeshi KOMIYA
da792470b6 Fix #9095: autodoc: TypeError is raised on processing broken metaclass
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.
2021-04-19 01:12:00 +09:00
Takeshi KOMIYA
58ec5c4089 Fix #9110: autodoc: metadata of GenericAlias is not rendered as a reference in py37+
GenericAliasMixin should use `restify()` to render the metadata of
GenericAlias as py36 does.
2021-04-19 01:11:08 +09:00
Jakob Lykke Andersen
9105635389
Merge pull request #9113 from jakobandersen/c_cpp_alias_fix
C, C++, alias fix
2021-04-18 17:02:59 +02:00
Jakob Lykke Andersen
025ec263f9 C, C++, fix KeyError due to alias directive 2021-04-18 16:39:58 +02:00
Takeshi KOMIYA
8ec937d4c9
Merge pull request #9050 from tk0miya/8829_whats_parallel_read_safe
Close #8829: doc: Update description of paralle-read-safe
2021-04-18 15:22:19 +09:00
Takeshi KOMIYA
226c70c58b
Merge pull request #9106 from tk0miya/9103_imgconverter_unexpected_conversion
Fix #9103: LaTeX: imgconverter: conversion runs even if not needed
2021-04-18 15:21:04 +09:00
Takeshi KOMIYA
e0ce61d533
Merge branch '4.0.x' into 9103_imgconverter_unexpected_conversion 2021-04-18 15:08:51 +09:00
Takeshi KOMIYA
38c6e95c50
Merge pull request #9107 from tk0miya/8818_nitpicky_for_Any
Fix #8818: autodoc: Super class having ``Any`` arguments causes nit-picky warning
2021-04-18 14:46:18 +09:00
Arthur Volant
b8ac63bc95 Remove link to stackoverflow 2021-04-17 17:46:43 +02:00
Arthur Volant
f12ebdfae4 Add div.highlight 2021-04-17 17:46:40 +02:00
Arthur Volant
0ce7c1f577 Add line numbers 2021-04-17 17:46:36 +02:00
Harmon
31718d78b4 doc: Fix grammar in documentation for autodoc_typehints 2021-04-17 17:46:31 +02:00
Arthur Volant
48afcc4f1e Fix selection for safari/Internet Explorer and Mozilla 2021-04-17 17:46:23 +02:00
Takeshi KOMIYA
c2c2b81f91 Fix #8818: autodoc: Super class having `Any` arguments causes nit-picky 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.
2021-04-18 00:25:48 +09:00
Takeshi KOMIYA
e94944cdd8
Merge pull request #9104 from tk0miya/8127_nitpicky_ellipsis
Fix #8127: py domain: Ellipsis in info-field-list causes nit-picky warning
2021-04-17 22:10:41 +09:00
Takeshi KOMIYA
5f56d4146e Fix #9103: LaTeX: imgconverter: conversion runs even if not needed
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.
2021-04-17 16:51:19 +09:00
Takeshi KOMIYA
c7b169c5a9 Fix #8127: py domain: Ellipsis in info-field-list causes nit-picky warning
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.
2021-04-17 02:06:57 +09:00
Takeshi KOMIYA
fe64693b2e Bump version 2021-04-16 23:57:06 +09:00
Takeshi KOMIYA
53e7272884 Bump to 3.5.4 final 2021-04-16 23:57:06 +09:00
Jakob Lykke Andersen
8954770f67
Merge pull request #9023 from jakobandersen/decl_styling
Flexible declaration styling
2021-04-12 22:02:57 +02:00
Jakob Lykke Andersen
709339ec53 Decl styling, disable smart quoting in sigs 2021-04-12 20:40:08 +02:00
Jakob Lykke Andersen
9b3b8a49fb Decl styling, fix font size in basic 2021-04-12 20:24:11 +02:00
Jakob Lykke Andersen
cb21eb2283 Decl styling, handle desc_inline in manpage and texinfo 2021-04-12 19:07:51 +02:00
Jakob Lykke Andersen
da5b8e41e3 Decl styling, fixes from review 2021-04-12 19:07:51 +02:00
Jakob Lykke Andersen
a840b9e4d6 C, C++, fix unary op 2021-04-12 19:07:51 +02:00