Commit Graph

17424 Commits

Author SHA1 Message Date
Takeshi KOMIYA
0a7e321754 Merge branch '4.0.x' into 9198_compile_catalog 2021-05-11 00:58:13 +09:00
Takeshi KOMIYA
5b994fc22a Merge pull request #9192 from tk0miya/8380_broken_search_tags
Fix #8380: html search: tags for search result are broken
2021-05-11 00:57:38 +09:00
Takeshi KOMIYA
fc93925a8b Update message catalogs 2021-05-11 00:18:27 +09:00
Takeshi KOMIYA
2aca5a27af Fix #9198: i18n: Babel emits errors when running compile_catalog 2021-05-11 00:17:50 +09:00
Takeshi KOMIYA
6e4bcde540 Merge branch '4.0.x' into 8380_broken_search_tags 2021-05-11 00:07:47 +09:00
Takeshi KOMIYA
5956dc4a65 Merge pull request #9191 from tk0miya/9188_warning_for_autosummary_generate
Fix #9188: autosummary: warning if list is set to autosummary_generate
2021-05-11 00:06:21 +09:00
Takeshi KOMIYA
88ef2b3b39 Merge branch '4.0.x' into 9188_warning_for_autosummary_generate 2021-05-10 23:33:48 +09:00
Takeshi KOMIYA
7c16981f67 Merge pull request #9190 from tk0miya/9189_ValueError_for_property
Fix #9189: autodoc: crashed by ValueError on generating signature of property
2021-05-10 23:30:13 +09:00
Takeshi KOMIYA
75161478c7 Fix #8380: html search: tags for search result are broken 2021-05-09 22:14:04 +09:00
Takeshi KOMIYA
ab6ec71a89 Fix #9188: autosummary: warning if list is set to autosummary_generate 2021-05-09 22:05:17 +09:00
Takeshi KOMIYA
23fcb91c2f Fix #9189: autodoc: crashed by ValueError on generating signature of property
Autodoc is crashed if `inspect.signature` raises ValueError on
generating signature from a property of the class.  It seems the
original code re-raise the exception meaningless.  So this ignores it
even if raised.
2021-05-09 21:32:56 +09:00
Takeshi KOMIYA
f73e061d2b Bump version 2021-05-09 12:21:32 +09:00
Takeshi KOMIYA
a317d0037c Bump to 4.0.0 final v4.0.0 2021-05-09 12:20:11 +09:00
Takeshi KOMIYA
09bb98689c Update message catalogs 2021-05-09 12:17:17 +09:00
Takeshi KOMIYA
50d027a036 Update CHANGES for PR #9167 2021-05-04 20:24:30 +09:00
Takeshi KOMIYA
a0d60360f4 Merge pull request #9167 from bonartm/fix_css_specific_page
html: fix missing reverting when adding css files to specific page
2021-05-04 20:18:59 +09:00
Malte Bonart
a7c5a3a88b fix missing underscore
fix missing reverting when adding css files via app.add_css_file in a html-page-context event
2021-05-04 08:42:01 +02:00
Takeshi KOMIYA
cfb9183715 Update dependency: jinja2 < 3.0 and MarkupSafe < 2.0
Jinja2 and MarkupSafe have a plan to major release in the near future.
And it will introduce some changes for its APIs.  To lessen the noise
of the DeprecationWarnings, this pins the versions to current stable
release.
2021-05-03 21:48:13 +09:00
Takeshi KOMIYA
53c6353714 Merge pull request #9163 from tk0miya/extlinks_warning
Fix test: deprecation warning for extlinks
2021-05-03 21:46:55 +09:00
Takeshi KOMIYA
8d54010675 Fix test: deprecation warning for extlinks 2021-05-03 18:52:19 +09:00
Takeshi KOMIYA
742a2e0c0a Bump version 2021-04-29 15:04:53 +09:00
Takeshi KOMIYA
07e84752c7 Bump to 4.0.0 beta2 v4.0.0b2 2021-04-29 15:03:44 +09:00
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