Commit Graph

4309 Commits

Author SHA1 Message Date
Takeshi KOMIYA
04a03b778b Update CHANGES for PR #7527 2020-04-22 22:17:31 +09:00
Takeshi KOMIYA
c2c95ef587 Merge pull request #7411 from tk0miya/latex_theme_options
LaTeX: Add `latex_theme_options` to override theme options
2020-04-20 01:50:06 +09:00
Takeshi KOMIYA
12cb90c3fa Merge pull request #7492 from tk0miya/7490_autosummary_caption
Close #7490: autosummary: Add ``:caption:`` option to autosummary directive
2020-04-20 00:52:45 +09:00
Takeshi KOMIYA
05aff200b1 LaTeX: Add :confval:latex_theme_options to override theme options 2020-04-20 00:51:08 +09:00
Takeshi KOMIYA
66744c656e Merge pull request #7413 from tk0miya/papersize_for_latex_theme
LaTeX: Allow to override papersize and pointsize from LaTeX themes
2020-04-20 00:49:17 +09:00
Takeshi KOMIYA
59b638dd4d Merge branch '3.0.x' into 3.x 2020-04-19 23:43:54 +09:00
Takeshi KOMIYA
d08d4de01f Bump version 2020-04-19 23:42:36 +09:00
Takeshi KOMIYA
2458dd3f8c Bump to 3.0.2 final 2020-04-19 23:41:11 +09:00
Takeshi KOMIYA
b2140c8623 Fix #7510: py domain: keyword-only arguments are wrongly rendered 2020-04-19 22:57:38 +09:00
Takeshi KOMIYA
c0f780a795 Merge branch '3.0.x' into 3.x 2020-04-19 22:53:54 +09:00
Takeshi KOMIYA
5290578256 Fix sphinx crashes with ImportError on python3.5.1
typing.Type was added since python 3.5.2. So it should be imported
only on type checking.
2020-04-19 16:34:54 +09:00
Takeshi KOMIYA
5c14375365 Merge branch '3.0.x' into 3.x 2020-04-19 14:56:56 +09:00
Takeshi KOMIYA
841f1c7e76 Fix #7479: autodoc: Sphinx builds has been slower since 3.0.0
Call ``inspect.unwrap()`` for Mocked objects and modules causes
deep recurrsion calls. As a result, it causes slow builds.  This
skips to try documenting mocked objects on filtering members.
2020-04-19 14:54:54 +09:00
Takeshi KOMIYA
e9b64373cd Fix #7479: autodoc: Sphinx builds has been slower since 3.0.0
Call ``inspect.unwrap()`` for Mocked objects and modules causes
deep recurrsion calls. As a result, it causes slow builds.  This
skips to try documenting mocked objects on filtering members.
2020-04-19 14:46:27 +09:00
Takeshi KOMIYA
61f00bf675 Merge pull request #7501 from tk0miya/7418_term_case_insensitive_match
Fix #7418: std domain: term role role could not match case-insensitively
2020-04-19 14:39:35 +09:00
Takeshi KOMIYA
5fa55dec33 Update CHANGES for PR #7506 2020-04-19 14:15:04 +09:00
Takeshi KOMIYA
acc4a9b3e8 Update CHANGES for PR #7414 2020-04-19 00:53:21 +09:00
Takeshi KOMIYA
4577f6856c Fix #7418: std domain: term role role could not match case-insensitively 2020-04-18 23:48:49 +09:00
Takeshi KOMIYA
21341f4b6c Merge branch '3.0.x' into 3.x 2020-04-18 21:02:47 +09:00
Takeshi KOMIYA
0b0838e503 Update CHANGES for PR #7476 2020-04-17 22:49:50 +09:00
Jakob Lykke Andersen
9e6e458770 Updated changes 2020-04-17 15:04:33 +02:00
Takeshi KOMIYA
574f448b63 Update CHANGES 2020-04-17 01:50:30 +09:00
Takeshi KOMIYA
9267177428 Update CHANGES for PR #7484 2020-04-17 01:49:54 +09:00
Takeshi KOMIYA
2530c3755a Update CHANGES for PR #7443 2020-04-16 23:12:39 +09:00
Takeshi KOMIYA
dc46897768 Close #7490: autosummary: Add `:caption:` option to autosummary directive 2020-04-16 23:04:57 +09:00
Takeshi KOMIYA
5ed890122b Update CHANGES for PR #7482 2020-04-16 01:27:48 +09:00
Takeshi KOMIYA
af8ff9e721 Merge pull request #7483 from tk0miya/7477_imagemagick_on_windows
Fix #7477: imgconverter: Invoke "magick convert" command on Windows
2020-04-16 01:26:25 +09:00
Takeshi KOMIYA
a201e5a2f0 Update CHANGES for PR #7481 2020-04-15 23:27:51 +09:00
Takeshi KOMIYA
19d5d8d75c Fix #7477: imgconverter: Invoke "magick convert" command on Windows 2020-04-15 23:23:28 +09:00
Takeshi KOMIYA
b2a601a33d Merge branch '3.0.x' into 3.x 2020-04-13 23:36:10 +09:00
Takeshi KOMIYA
86ef8521df Merge branch '7461_empty_tuple' into 3.0.x 2020-04-13 23:35:17 +09:00
Takeshi KOMIYA
a4edbc1104 Merge pull request #7462 from tk0miya/7461_empty_tuple
Fix #7461: py domain: fails with IndexError for empty tuple in type annotation
2020-04-13 23:34:15 +09:00
Takeshi KOMIYA
f1c2872a24 Merge branch '3.x' into 7466_make_autosummary_headings_translatable 2020-04-13 22:40:25 +09:00
Jakob Lykke Andersen
09f66c690b Merge pull request #7468 from jakobandersen/c_namespace
C, add scoping directives
2020-04-13 13:47:39 +02:00
Jakob Lykke Andersen
d4058eb67f C, parse attributes 2020-04-13 13:43:26 +02:00
Jakob Lykke Andersen
bbc7b6cc54 C, add scoping directives 2020-04-12 14:13:54 +02:00
Takeshi KOMIYA
d64e0e23b1 Fix #7466: autosummary: headings in generated documents are not translated 2020-04-12 19:18:48 +09:00
Takeshi KOMIYA
53f0d4e646 Deprecate: The module argument of find_autosummary_in_docstring() 2020-04-12 18:14:16 +09:00
Takeshi KOMIYA
301b823bd4 Merge branch '3.x' into papersize_for_latex_theme 2020-04-12 16:13:57 +09:00
Takeshi KOMIYA
bbd673e253 Merge branch '3.x' into 7410_suppress_circular_toctree_warning 2020-04-12 15:41:25 +09:00
Takeshi KOMIYA
1ca0b7ab62 LaTeX: Allow to override papersize and pointsize from LaTeX themes 2020-04-12 15:30:45 +09:00
Takeshi KOMIYA
58d1218cdc Merge pull request #7412 from tk0miya/optional_toplevel_sectioning
LaTeX: Make the ``toplevel_sectioning`` setting optional in LaTeX theme
2020-04-12 15:27:17 +09:00
Takeshi KOMIYA
10d7760156 Fix #7410: Allow to suppress "circular toctree references detected" warnings 2020-04-12 15:25:35 +09:00
Takeshi KOMIYA
c8355234eb Fix #7461: autodoc: empty tuple in type annotation is not shown correctly 2020-04-12 13:00:04 +09:00
Takeshi KOMIYA
2e219366c4 Fix #7461: py domain: fails with IndexError for empty tuple in type annotation 2020-04-12 12:57:22 +09:00
Takeshi KOMIYA
fd7c1d76b6 Merge branch '3.0.x' into 3.x 2020-04-11 00:04:45 +09:00
Takeshi KOMIYA
d8704c4f58 Bump version 2020-04-11 00:03:42 +09:00
Takeshi KOMIYA
474f9d49e6 Bump to 3.0.1 final 2020-04-11 00:02:10 +09:00
Takeshi KOMIYA
7b902e8623 Fix #7451: autodoc: failed with non-string __doc__ member 2020-04-10 23:06:36 +09:00
Takeshi KOMIYA
d9d381de11 Fix #7445: a return annotation `None` is not converted to a hyperlink 2020-04-10 02:07:02 +09:00