Adam Turner
91f90a5fb5
Fix test
2022-06-01 00:50:41 +01:00
Adam Turner
6aa2d05111
Remove temp variable
2022-06-01 00:39:35 +01:00
Adam Turner
244ab1c015
Add annotation
2022-06-01 00:38:55 +01:00
Adam Turner
23a4b61415
Add a test
2022-06-01 00:35:28 +01:00
Adam Turner
04b84e82a0
Fix findall
usage in KeyboardTransform
2022-06-01 00:31:12 +01:00
Adam Turner
34a8296859
Add a warning
2022-05-31 18:37:28 +01:00
Adam Turner
bca9e48348
Ensure positions always sort
2022-05-31 18:24:46 +01: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
Adam Turner
6755290592
Add aside.sidebar
where it is missing
2022-05-30 12:57:35 +01:00
Adam Turner
de43317396
Add aside.topic
for Docutils 0.18+
2022-05-30 12:51:11 +01:00
Adam Turner
41ac59ef6b
Spelling (language)
2022-05-30 12:35:08 +01:00
Takeshi KOMIYA
bc57599ace
Close #9820 : Use setuptools.Command if available
...
distutils was marked as deprecated since Python 3.10 (see PEP 632).
And it will be removed since Python 3.12. To follow the deprecation,
this starts to use `setuptools.Command` if available.
2022-05-30 03:31:58 +09:00
Takeshi KOMIYA
83a6a1eb13
Close #10483 : Fix type annotations for Sphinx.__init__()
2022-05-30 03:07:57 +09: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