Commit Graph

5504 Commits

Author SHA1 Message Date
Takeshi KOMIYA
68703e87f7 Merge pull request #9953 from tk0miya/9947_source_info_less_topic_node
Fix #9947: i18n: topic directive having a bullet list can't be translatable
2021-12-11 11:00:21 +09:00
Takeshi KOMIYA
d3162d1ff2 Merge pull request #9931 from tk0miya/9075_autodoc_unqualified_typehints
Close #9075: autodoc: Add a config variable autodoc_unqualified_typehints
2021-12-11 10:59:23 +09:00
Takeshi KOMIYA
b5ee2d09fc Update CHANGES for PR #9578 2021-12-11 10:49:38 +09:00
Takeshi KOMIYA
6f7b830546 Update CHANGES for PR #9391 2021-12-11 10:26:41 +09:00
jfbu
e1b2936892 Fix #9944 (LaTeX writer visit_desc_content())
The "~" was added 14 years ago at 3761223d85

Seems not to be needed anymore and causes extra vertical space in some
circumstances.
t
2021-12-09 18:18:08 +01:00
jfbu
2b60f75963 Update CHANGES 2021-12-09 18:12:56 +01:00
Takeshi KOMIYA
f2f91ffb84 Fix #9947: i18n: topic directive having a bullet list can't be translatable
It seems docutils does not fill the topic node with the source info when
a topic directive has a bullet list.  As a workaround, This fills the
source info of them.
2021-12-10 01:33:09 +09:00
Christian Roth
10023da895 linkcheck: Exclude links from matched documents 2021-12-08 10:01:45 +01:00
Takeshi KOMIYA
be7313348c Merge pull request #9929 from jakobandersen/pre_line_wrap
Prevent line wrapping in literals
2021-12-04 15:39:50 +09:00
Takeshi KOMIYA
c71ff1cd21 Close #9075: autodoc: Add a config variable autodoc_unqualified_typehints
If autodoc_unqualified_typehints feature enabled, autodoc suppresses the
leading module names of typehints of function signatures (ex.
`io.StringIO` -> `StringIO`)
2021-12-03 18:05:49 +09:00
Jakob Lykke Andersen
aabf772722 Prevent literal line wrapping 2021-12-02 18:01:27 +01:00
Kian-Meng, Ang
5161341b3e Fix typos 2021-11-30 05:48:44 +08:00
Takeshi KOMIYA
e188d38e9d Merge pull request #9908 from tk0miya/remove_debug_print
Fix autodoc: Remove debug print
2021-11-30 02:03:28 +09:00
Takeshi KOMIYA
a3edc982c1 Merge pull request #9902 from tk0miya/9899_pydomain_crossref_specifier_in_typefield
Fix #9899: py domain: Allows cross-reference specifier to :type: option
2021-11-30 01:43:51 +09:00
Takeshi KOMIYA
c115eb5ea7 Merge branch '4.x' into remove_debug_print 2021-11-30 01:38:18 +09:00
Takeshi KOMIYA
e8e45a3678 Merge pull request #9905 from tk0miya/9883_ismock
Fix #9883: autodoc: doccomment for the alias to mocked object was ignored
2021-11-30 01:37:41 +09:00
Takeshi KOMIYA
e25589ca1d Merge branch '4.x' into 9899_pydomain_crossref_specifier_in_typefield 2021-11-30 01:37:04 +09:00
Takeshi KOMIYA
472abb0876 Update CHANGES 2021-11-29 10:11:14 +09:00
Takeshi KOMIYA
8dc095e7c1 Fix autodoc: Remove debug print
A message is shown on building document using NewTypes with Python
3.10.
2021-11-29 10:11:14 +09:00
Takeshi KOMIYA
3fa146078b Sort CHANGES entries 2021-11-29 09:38:18 +09:00
Takeshi KOMIYA
74d912133a Merge pull request #9800 from hoefling/extlinks/replacements-check
Proposal: check if hardcoded URLs can be replaced with extlinks
2021-11-29 09:36:55 +09:00
Takeshi KOMIYA
f88ac53e51 Fix #9883: autodoc: doccomment for the alias to mocked object was ignored 2021-11-29 02:06:16 +09:00
Takeshi KOMIYA
acaf70596e Fix #9899: py domain: Allows cross-reference specifier to :type: option 2021-11-29 00:32:56 +09:00
Takeshi KOMIYA
f780210b6a Merge branch '4.3.x' into 4.x 2021-11-28 01:08:34 +09:00
Takeshi KOMIYA
95969a47e5 Bump version 2021-11-28 01:07:36 +09:00
Takeshi KOMIYA
ad3f23e256 Bump to 4.3.1 final 2021-11-28 01:04:37 +09:00
Takeshi KOMIYA
a5d1c22512 Merge pull request #9890 from tk0miya/9844_preserve_defaults_for_partial
Fix #9844: autodoc: Failed to preserve defvalues for partial function
2021-11-27 13:00:34 +09:00
Takeshi KOMIYA
2b0ba5089b Merge remote-tracking branch 'origin/4.x' into 4.x 2021-11-26 02:55:56 +09:00
Takeshi KOMIYA
f2295d2f07 Merge branch '4.3.x' into 4.x 2021-11-26 02:55:41 +09:00
Takeshi KOMIYA
15d834e4d8 Merge pull request #9831 from Yoshanuikabundi/autosummary___all__
Allow autosummary to respect __all__
2021-11-26 02:15:43 +09:00
Takeshi KOMIYA
3d88424c74 Fix #9844: autodoc: Failed to preserve defvalues for partial function 2021-11-26 02:04:11 +09:00
Takeshi KOMIYA
dbba0ae7de Fix #9868: imgmath: Crashed if the dvisvgm command failed to convert equation 2021-11-23 18:39:14 +09:00
Takeshi KOMIYA
259de307ca Merge branch '4.3.x' into 4.x 2021-11-23 18:17:13 +09:00
Takeshi KOMIYA
e6e009ebb7 Merge branch '4.3.x' into 9864_mathjax_loading_method 2021-11-23 03:06:17 +09:00
Takeshi KOMIYA
ccfa7c7a1b Update CHANGES for PR #9873 2021-11-23 02:59:16 +09:00
Takeshi KOMIYA
34b7d99703 Merge branch '4.3.x' into 9864_mathjax_loading_method 2021-11-23 02:53:59 +09:00
Takeshi KOMIYA
3296648e8a Merge branch '4.x' into 9878_mathjax_config_should_be_loaded_earlier 2021-11-23 02:52:42 +09:00
Takeshi KOMIYA
cd18138101 Fix #9878: mathjax: MathJax config is placed after loading MathJax 2021-11-22 01:57:27 +09:00
Takeshi KOMIYA
80f84260ba Fix #9879: autodoc: AttributeError for object having invalid __doc__ 2021-11-22 01:50:53 +09:00
Takeshi KOMIYA
fb92547b91 Fix #9866: autodoc: doccoment for the imported class was ignored
Autodoc tried to scan doccomment on the module where the class defined.
But it failed to get it if the class is imported from other module.

This analyzes the target module to obtain the doccomment.
2021-11-21 18:50:54 +09:00
Takeshi KOMIYA
e2c6146b3e Fix #9864: mathjax: Failed to render equations via MathJax v2
MathJax library has been loaded via "defer" method since v4.3.0.  But
it prevents to work MathJax v2.  This rollbacks the change and use
"async" method as default again.

To support changing the loading method, this allows to specify it via
mathjax_options.
2021-11-21 18:27:35 +09:00
Takeshi KOMIYA
e5424b38e9 Fix #9838: autodoc: AttributeError is raised for lru_cache 2021-11-21 18:25:46 +09:00
Takeshi KOMIYA
7d7c59aaf2 Merge tag 'v2.4.5' into 4.x 2021-11-18 01:00:02 +09:00
Takeshi KOMIYA
eb59945448 Merge tag 'v1.8.6' into 4.x 2021-11-18 00:58:09 +09:00
Takeshi KOMIYA
5eb5d073e8 Bump to 2.4.5 final 2021-11-18 00:45:40 +09:00
Takeshi KOMIYA
3bbc0fa633 Close #9807: Restrict docutils to 0.17.x or older 2021-11-18 00:45:12 +09:00
Takeshi KOMIYA
66650edd2a Bump version 2021-11-18 00:43:39 +09:00
Takeshi KOMIYA
303a37735e Bump to 1.8.6 final 2021-11-18 00:39:54 +09:00
Takeshi KOMIYA
6e64c4b498 Update CHANGES for PR #9857 2021-11-17 02:08:36 +09:00
Takeshi KOMIYA
ab232e9ef4 Merge pull request #9840 from tk0miya/9838_isasyncgenfunction
Fix #9838: autodoc: AttributeError is raised for lru_cache
2021-11-17 00:55:00 +09:00