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
Anselm Kruis
efa6197ffc
Set the docstring attribute of class members. Fixes #8180 .
...
Change ext.autodoc.importer.get_class_members to set
ObjectMember.docstring the docstring found by the source code
analyzer.
2022-05-23 02:04:06 +09:00
Anselm Kruis
336885c4e2
Add test cases for #8180
...
The test checks, if ":meta private:" and ":meta public:" have an effect
in attributes of a class. Currently the new test cases fail.
The fix is in the next commit.
2022-05-23 02:04:03 +09:00
Takeshi KOMIYA
f3ad6b48c3
Bump version
2022-05-22 21:52:31 +09:00
Takeshi KOMIYA
cab2d93076
Merge pull request #10386 from mxd4/10384-comment-img-magick
...
Add comments on ImageMagick requirement
2022-05-22 19:22:24 +09:00
Takeshi KOMIYA
b4eca324b0
Merge branch '5.0.x' into 5.x
2022-05-22 18:40:34 +09:00
Takeshi KOMIYA
dea4873a85
Merge pull request #10114 from tk0miya/10110_exitcode_for_exc_during_builder-finished
...
Fix #10110 : sphinx-build: Emit builder-finished before shutdown
2022-05-22 18:30:47 +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
21df068fb9
Merge pull request #10454 from tk0miya/9096_fix_progress_bar_on_parallel_build
...
Fix #9096 : sphinx-build: the value of progress bar for paralle build is wrong
2022-05-22 15:39:38 +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
7e031ab6cf
Fix typo
2022-05-22 15:21:35 +09:00
Takeshi KOMIYA
41426431cf
doc: Fix copy-paste error
...
Co-authored-by: peterbell10 <peterbell10@live.co.uk>
2022-05-22 15:19:13 +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
712d7555d7
Merge pull request #10443 from Blendify/patch-1
...
Epub: Add WebP mime type
2022-05-22 14:48:09 +09:00
Takeshi KOMIYA
e0835d8eca
Merge pull request #10451 from tk0miya/9648_autodoc_typehints_description_and_stared_args
...
Fix #9648 : autodoc: *args and **kwargs entries are duplicated
2022-05-22 13:47:07 +09:00
Takeshi KOMIYA
419d594eb7
Merge pull request #10452 from sphinx-doc/10344_docs_for_manual_static_files_copy
...
Fix #10344 : docs: Update explanation for copying static files manually
2022-05-22 13:46:48 +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
e6f07c7381
doc: Fix syntax error
...
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2022-05-22 13:34:21 +09:00
Takeshi KOMIYA
195e911f1d
Merge pull request #10453 from sphinx-doc/refactor_gha
...
CI: Separate coverage task from main.yml
2022-05-22 13:33:42 +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
Takeshi KOMIYA
34d6d3bc8d
Merge pull request #10462 from sphinx-doc/bot/pull-translations
...
Update message catalogs
2022-05-22 13:18:54 +09:00
tk0miya
c470402cfb
Update message catalogs
2022-05-22 00:19:01 +00: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
Anselm Kruis
d1ba8d598d
fix #10456 : fix sphinx.domain.python.filter_meta_fields()
...
The function now removes all "meta"-fields from a field-list.
2022-05-16 15:51:37 +02:00
Anselm Kruis
6ffe881f55
Test for issue #10456 : removing meta-fields
...
Add two meta-fields to an appropriate test case.
Currently the test fails, because of bug #10456 .
The next commit fixes the issue.
2022-05-16 15:45:32 +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
3e20ee6846
CI: Separate coverage task from main.yml
2022-05-16 00:02:14 +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
c63d4741e9
Fix #10344 : docs: Update explanation for copying static files manually
2022-05-15 23:38:01 +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
92fcac321b
test: Add *args and **kwargs to testcase of target.typehints
2022-05-15 19:05:17 +09:00
Takeshi KOMIYA
36367765fe
Merge pull request #10450 from sphinx-doc/bot/pull-translations
...
Update message catalogs
2022-05-15 12:13:04 +09:00
tk0miya
51fc4d180b
Update message catalogs
2022-05-15 00:25:13 +00:00
Aaron Carlisle
b0ae5480c5
Epub: Add WebP mime type
...
When building docs with WebP images using the EPUB builder results in this warning:
`WARNING: unknown mimetype for _images/<image_name>.webp, ignoring`
This commit fixes this by adding the mapping for webp-files to the correct mime type.
2022-05-10 17:35:00 -04: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
Takeshi KOMIYA
fa35e71894
Merge pull request #10430 from tk0miya/remove_test_for_jsdump
...
test: Remove tests for jsdump module (deprecated)
2022-05-08 19:04:17 +09:00
Takeshi KOMIYA
4eb236799b
Merge pull request #10431 from tk0miya/10337_refactor_Builder.read_doc
...
refactor: Create a copy of settings on Builder.write_doctree()
2022-05-08 19:04:00 +09:00
Takeshi KOMIYA
876de9cd8b
Merge pull request #10432 from sphinx-doc/bot/pull-translations
...
Update message catalogs
2022-05-08 19:03:06 +09:00