Takeshi KOMIYA
c4458e3adb
ifconfig: Do not use a meta node for noop
2022-06-03 02:01:01 +09:00
Adam Turner
9fad9d98c2
Fix fake link in test
2022-05-31 17:15:19 +01:00
Adam Turner
d066d23067
Add a test
2022-05-31 17:14:01 +01:00
Adam Turner
bc6571a67b
Add a meta node to fix iteration
2022-05-31 17:06:51 +01:00
Takeshi KOMIYA
113e1d8759
Merge pull request #10489 from sphinx-doc/fix_testcase
...
test: Change URL of testcase
2022-05-30 03:07:04 +09:00
Takeshi KOMIYA
a904ab563a
test: Change URL of testcase
2022-05-30 02:06:30 +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
3d3e93290b
Merge pull request #10463 from AA-Turner/fix-css-docutils-0-18
...
Footnote & citation display for Docutils 0.18
2022-05-29 20:40:11 +09:00
tk0miya
9298b3e142
Update message catalogs
2022-05-29 16:41:16 +09:00
Takeshi KOMIYA
bdeb627c14
Merge pull request #10486 from tk0miya/fix_babel_extract_message
...
Fix imgconverter: Failed to extract translation messages
2022-05-29 16:36:23 +09:00
Takeshi KOMIYA
16ca3237bd
Fix imgconverter: Failed to extract translation messages
2022-05-29 16:24:35 +09:00
Takeshi KOMIYA
dc30920db0
Merge pull request #10481 from AA-Turner/lang-none-en
...
Coerce `language = None` in `conf.py` to Engligh
2022-05-29 15:52:13 +09:00
Adam Turner
200414982c
Update test
2022-05-28 19:55:30 +01:00
Adam Turner
78c478a579
Merge remote-tracking branch 'upstream/5.0.x' into lang-none-en
2022-05-28 19:21:44 +01:00
Adam Turner
479e48266c
Update warning, revert my original warning patch
2022-05-28 19:17:46 +01:00
Takeshi KOMIYA
fb6db30c10
Update comment
2022-05-28 19:09:41 +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
8e353e3103
Emit a warning if "language = None" setting found (refs: #10474 )
2022-05-28 19:09:33 +01:00
Adam Turner
a3d0983552
Add warning
2022-05-28 19:06:48 +01:00
Takeshi KOMIYA
004012b6df
Merge branch '4.x' into 5.0.x
2022-05-28 23:17:46 +09:00
Takeshi KOMIYA
e7ab472b6d
Merge branch '4.5.x' into 4.x
2022-05-28 23:16:54 +09:00
Takeshi KOMIYA
78cf539866
Merge pull request #10484 from tk0miya/change_url_for_requests
...
Update URL for requests
2022-05-28 23:16:33 +09:00
Takeshi KOMIYA
06436084dd
Merge pull request #10464 from tk0miya/10461_doc_code-block_class_option
...
doc: Add an explanation for :class: option of code-block directive
2022-05-28 23:15:08 +09:00
Takeshi KOMIYA
721bc00d2b
Update URL for requests
2022-05-28 23:04:55 +09:00
Adam Turner
57e4a2f4cc
Fix case where language isn't set
2022-05-28 00:06:29 +01:00
Adam Turner
20a1775c83
Add test
2022-05-27 23:51:40 +01:00
Adam Turner
39916e6ed3
Resolve issue 10474
2022-05-27 23:50:34 +01: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
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
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
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
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
1856ee638b
Close #10461 : doc: Add an explanation for :class: option of code-block directive
2022-05-22 16:03:33 +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
d3af85c809
Merge branch '5.0.x' into 9648_autodoc_typehints_description_and_stared_args
2022-05-22 13:37:57 +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