Commit Graph

19288 Commits

Author SHA1 Message Date
Adam Turner
b8a38f037b Special case ** 2022-06-15 10:15:53 +01:00
Adam Turner
05b835114b Expand comment 2022-06-15 09:31:25 +01:00
Adam Turner
3dc6ed166f Add higher level test 2022-06-15 09:29:35 +01:00
Adam Turner
eae646504f Switch check 2022-06-14 18:29:18 +01:00
Adam Turner
0768f22aa1 Add CHANGES entry 2022-06-14 16:40:42 +01:00
Adam Turner
dbe2db5df7 Add a comment 2022-06-14 16:39:12 +01:00
Adam Turner
b58ef001ac Remove extra space from the unparser 2022-06-14 09:54:01 +01:00
Takeshi KOMIYA
873d9f6fda Merge branch '5.0.x' into 5.x 2022-05-30 03:07:23 +09: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
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
99f008bf0f Merge branch '5.0.x' into 5.x 2022-05-29 20:43:04 +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
Takeshi KOMIYA
64b7417728 Merge branch '5.0.x' into 5.x 2022-05-29 16:42:36 +09:00
tk0miya
9298b3e142 Update message catalogs 2022-05-29 16:41:16 +09:00
Takeshi KOMIYA
e1bf4dd5d5 Merge branch '5.0.x' into 5.x 2022-05-29 16:38:05 +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
f7a88441bf Merge branch '5.0.x' into 5.x 2022-05-28 23:18:00 +09: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
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
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
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
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