Commit Graph

5740 Commits

Author SHA1 Message Date
Takeshi KOMIYA
af425c069f Merge branch '5.0.x' into 5.x 2022-06-03 03:18:38 +09:00
Takeshi KOMIYA
1e30b8cd4d Fix #10509: autosummary: autosummary fails with a shared library 2022-06-03 03:16:54 +09:00
Takeshi KOMIYA
f5eb5ca597 Bump version 2022-06-03 03:13:49 +09:00
Takeshi KOMIYA
8fe27991ba Bump to 5.0.1 final 2022-06-03 03:12:06 +09:00
Takeshi KOMIYA
53ca7222dd Merge pull request #10510 from tk0miya/10509_autosummary_with_shared_object
Fix #10509: autosummary: autosummary fails with a shared library
2022-06-03 02:49:04 +09:00
Takeshi KOMIYA
ce345a2f28 Fix #10509: autosummary: autosummary fails with a shared library 2022-06-03 02:29:39 +09:00
Takeshi KOMIYA
4a9d80b008 Merge branch '5.0.x' into 5.x 2022-06-03 02:19:28 +09:00
Takeshi KOMIYA
2a50b2e5a3 Update CHANGES for PR #10504 2022-06-03 01:22:16 +09:00
Takeshi KOMIYA
28f9ce78b0 Update CHANGES for PR #10493 2022-06-03 01:05:41 +09:00
Takeshi KOMIYA
d6d2a40345 Update CHANGES for PR #10503 2022-06-02 02:56:59 +09:00
Takeshi KOMIYA
f3a8c36e5b Merge branch '5.0.x' into 5.x 2022-05-30 01:23:29 +09:00
Takeshi KOMIYA
cb19e218a2 Bump version 2022-05-30 01:20:38 +09:00
Takeshi KOMIYA
953002e626 Bump to 5.0.0 final 2022-05-30 01:19:20 +09:00
Takeshi KOMIYA
e1bf4dd5d5 Merge branch '5.0.x' into 5.x 2022-05-29 16:38:05 +09:00
Adam Turner
78c478a579 Merge remote-tracking branch 'upstream/5.0.x' into lang-none-en 2022-05-28 19:21:44 +01:00
Takeshi KOMIYA
68252c646a doc: The default setting of "language" has been changed since v5.0 2022-05-28 19:09:35 +01:00
Takeshi KOMIYA
f7a88441bf Merge branch '5.0.x' into 5.x 2022-05-28 23:18:00 +09:00
Takeshi KOMIYA
c28b464a8f Merge pull request #10466 from tk0miya/10104_gettext_duplicated_locations
Fix sphinx-doc#10104: gettext: Duplicated locations are output to pot file
2022-05-26 09:25:35 +09:00
Takeshi KOMIYA
4c664ae0b8 Merge branch '5.0.x' into 5.x 2022-05-23 02:07:24 +09:00
Anselm Kruis
092c29e025 Update CHANGES for #8180 2022-05-23 02:04:47 +09:00
Takeshi KOMIYA
51c84e041f Fix #10104: gettext: Duplicated locations are output to pot file
When 3rd party extension does not provide line number for each message,
duplicated locations are output to pot file unexpectedly.  This filters
duplicated locations before generationg pot file.
2022-05-23 01:50:41 +09:00
Takeshi KOMIYA
f3ad6b48c3 Bump version 2022-05-22 21:52:31 +09:00
Takeshi KOMIYA
57dea60fed Merge branch '5.0.x' into 10110_exitcode_for_exc_during_builder-finished 2022-05-22 17:06:49 +09:00
Takeshi KOMIYA
7586f9c845 Merge branch '5.0.x' into 9096_fix_progress_bar_on_parallel_build 2022-05-22 15:23:31 +09:00
Takeshi KOMIYA
ca25b4fba3 Update CHANGES for PR #10443 2022-05-22 15:03:05 +09:00
Takeshi KOMIYA
23fd455691 Remove changes for 5.1.x from 5.0.x branch 2022-05-22 14:56:36 +09:00
Takeshi KOMIYA
d3af85c809 Merge branch '5.0.x' into 9648_autodoc_typehints_description_and_stared_args 2022-05-22 13:37:57 +09:00
Takeshi KOMIYA
ac1e5e623c Update CHANGES for PR #10456 2022-05-22 13:28:25 +09:00
Takeshi KOMIYA
b36eaafef1 Merge pull request #10457 from scVENUS/fix#10456
closes #10456: test and fix for sphinx.domain.python.filter_meta_fields()
2022-05-22 13:26:35 +09:00
Anselm Kruis
fcb54ae025 update CHANGES again: revert unintended white-space changes 2022-05-16 16:38:24 +02:00
Anselm Kruis
77eaad1ab2 update CHANGES (line was too long) 2022-05-16 16:13:39 +02:00
Anselm Kruis
534b8f7294 Update CHANGES for #10456 2022-05-16 15:55:19 +02:00
Takeshi KOMIYA
b78186d3b5 Fix #9096: sphinx-build: the value of progress bar for paralle build is wrong
The value of progress bar (reading and writing) should be increased just after
each task is finished.
2022-05-16 02:32:52 +09:00
Takeshi KOMIYA
d7eb5c1d8b Merge pull request #10449 from tk0miya/9575_suppress_return_annotation
Fix #9575: autodoc: Return annotation should not be shown
2022-05-15 23:40:41 +09:00
Takeshi KOMIYA
6065ab676c Fix #10110: sphinx-build: Emit builder-finished before shutdown
The error on the builder-finished event has been ignored for the
calculation of the exit code.  This emits the event earilier step to be
calculated correctly.
2022-05-15 23:17:35 +09:00
Takeshi KOMIYA
06a9139308 Fix #9648: autodoc: *args and **kwargs entries are duplicated
In basic usage of autodoc (docstring), `args` and `kwargs` arguments
are marked up without stars.  But numpydoc style recommends to mark
them up with stars.

This adds support for starred arguments in docstrings to
`autodoc_typehints` feature.
2022-05-15 23:06:49 +09:00
Takeshi KOMIYA
d8a540e922 Fix #9575: autodoc: Return annotation should not be shown 2022-05-15 20:51:42 +09:00
Takeshi KOMIYA
1222bed88e Bump version 2022-05-09 00:57:07 +09:00
Takeshi KOMIYA
23ab36bcd7 Bump version 2022-05-09 00:55:57 +09:00
Takeshi KOMIYA
ea3468d597 Bump to 5.0.0 beta1 2022-05-09 00:54:24 +09:00
Takeshi KOMIYA
e770e2567f Merge pull request #10427 from tk0miya/10421_autodoc_preserve_defaults_for_classmethod
Fix #10421: autodoc_preserve_defaults doesn't work on class methods
2022-05-08 23:19:10 +09:00
Takeshi KOMIYA
10dd5a0e43 Fix #10421: autodoc_preserve_defaults doesn't work on class methods 2022-05-08 22:59:14 +09:00
Takeshi KOMIYA
f58771c093 Merge pull request #10429 from tk0miya/9974_jquery-3.6.0
Close #9974: html: Updated jQuery version from 3.5.1 to 3.6.0
2022-05-08 19:04:49 +09:00
Luis
6487529cf5 Fix #10363: make howto LaTeX title page rule use \linewidth 2022-05-08 10:20:51 +02:00
Takeshi KOMIYA
d7af818ba3 Update CHANGES for PR #10197 2022-05-08 02:38:56 +09:00
Takeshi KOMIYA
58c5424bb4 Update CHANGES for PR #10337 2022-05-08 02:25:54 +09:00
Takeshi KOMIYA
431caac943 Merge pull request #10337 from AA-Turner/reuse-publisher
Cache `Publisher` objects to speed up Sphinx
2022-05-08 02:24:27 +09:00
Takeshi KOMIYA
f9dce5764e Mark sphinx.io:read_doc() deprecated 2022-05-08 02:15:58 +09:00
Takeshi KOMIYA
7134317e49 Merge remote-tracking branch 'origin/5.x' into HEAD 2022-05-07 22:37:58 +09:00
Takeshi KOMIYA
541fcfc557 Close #9974: html: Updated jQuery version from 3.5.1 to 3.6.0 2022-05-07 22:18:00 +09:00