Commit Graph

4420 Commits

Author SHA1 Message Date
Takeshi KOMIYA
b5dea3ebd7 Sort CHANGES entries 2020-04-23 22:47:45 +09:00
Takeshi KOMIYA
e78cf26100 Merge pull request #7539 from tk0miya/7536_autogen_crashes_with_i18n
Fix #7536: sphinx-autogen: crashes when template uses i18n feature
2020-04-23 22:43:08 +09:00
Takeshi KOMIYA
f565a44981 Merge pull request #7515 from tk0miya/2044_defvalue_for_ivars
Close #2044: autodoc: Suppress default value for instance attributes
2020-04-23 21:57:34 +09:00
Takeshi KOMIYA
ab3795f176 Fix #7536: sphinx-autogen: crashes when template uses i18n feature 2020-04-23 21:46:32 +09:00
Takeshi KOMIYA
ebfa8dbf2a Merge pull request #7538 from tk0miya/7535_autogen_crashes_on_inherited_template
Fix #7535: sphinx-autogen: crashes when custom template uses inheritance
2020-04-23 21:46:06 +09:00
Takeshi KOMIYA
61b823ad10 refactor: Deprecate unused parameters 2020-04-23 02:25:58 +09:00
Takeshi KOMIYA
29a343b888 Update CHANGES for PR #7473 2020-04-23 02:17:20 +09:00
Takeshi KOMIYA
b15e3f6639 Fix #7535: sphinx-autogen: crashes when custom template uses inheritance 2020-04-23 02:00:48 +09:00
Takeshi KOMIYA
fd0a55223f Update CHANGES for PR #7533 2020-04-22 22:40:06 +09:00
Takeshi KOMIYA
04a03b778b Update CHANGES for PR #7527 2020-04-22 22:17:31 +09:00
Takeshi KOMIYA
31a34c2cd1 Update CHANGES for PR #7156 2020-04-21 00:57:16 +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
a42de07bcf Close #2044: autodoc: Suppress default value for instance attributes 2020-04-20 01:29:01 +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