Commit Graph

5703 Commits

Author SHA1 Message Date
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
ecee2335c5 Merge branch '4.x' 2021-11-18 01:01:12 +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
Josh Mitchell
8e45229fee Fixed missed ignore___all__ -> ignore_module_all 2021-11-15 13:27:26 +11:00
Josh Mitchell
79089b5fa4 Corrections from review by tk0miya 2021-11-15 13:18:47 +11:00
Josh Mitchell
f3d09559dd Update changelog 2021-11-15 13:17:42 +11:00
oleg.hoefling
bc5dd0e6f3 add changelog entry
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
2021-11-12 09:41:52 +01:00
Takeshi KOMIYA
cee86909b9 Update CHANGES for PR #9815 2021-11-12 01:51:12 +09:00
Takeshi KOMIYA
b0e119cd72 Close #9807: Restrict docutils to 0.17.x or older 2021-11-12 01:21:20 +09:00
Takeshi KOMIYA
f34a0dddff Bump version 2021-11-12 01:20:48 +09:00
Takeshi KOMIYA
ea38d96298 Fix #9838: autodoc: AttributeError is raised for lru_cache 2021-11-12 00:46:58 +09:00
Takeshi KOMIYA
0f6afa5992 Merge branch '4.x' 2021-11-11 02:25:42 +09:00
Takeshi KOMIYA
121d9394fc Bump version 2021-11-11 02:25:06 +09:00
Takeshi KOMIYA
8e0c7a75f8 Bump version 2021-11-11 02:24:22 +09:00
Takeshi KOMIYA
3001cc9f8d Bump to 4.3.0 final 2021-11-11 02:22:40 +09:00
Takeshi KOMIYA
096e28693e Merge pull request #9628 from tk0miya/9623_suppress_warnings_for_excluded_document_in_toctree
Close #9623: Allow to suppress warnings on excluded document found in toctree
2021-11-10 02:17:04 +09:00
Takeshi KOMIYA
1317eeedae Merge pull request #9828 from tk0miya/9618_gettext_allow_fuzzy_translations
Close #9618: i18n: Add gettext_allow_fuzzy_translations
2021-11-10 01:45:07 +09:00
Takeshi KOMIYA
7357b17e09 Merge branch '4.x' into 9623_suppress_warnings_for_excluded_document_in_toctree 2021-11-10 01:44:28 +09:00
Takeshi KOMIYA
203094b4c3 Close #9618: i18n: Add gettext_allow_fuzzy_translations 2021-11-10 01:32:02 +09:00
Takeshi KOMIYA
4cd19b8274 Close #9450: mathjax: Load MathJax via "defer" strategy
To allow configure MathJax via static JS file, it should be loaded via
"defer" strategy.
2021-11-09 01:54:56 +09:00
Takeshi KOMIYA
7a6272f93f Merge branch '4.x' 2021-11-07 19:55:06 +09:00
Takeshi KOMIYA
1f91a0f8bd Merge pull request #9799 from tk0miya/9781_autodoc_preserve_hexadecimal
Fix #9781: autodoc_preserve_defaults does not support hexadecimal
2021-11-01 00:58:33 +09:00
Jakob Lykke Andersen
68abc2a122 Change default value of intersphinx_disabled_reftypes
See discussion in sphinx-doc/sphinx#9459
2021-10-31 15:01:08 +01:00
Jakob Lykke Andersen
4c19d9f65a Merge branch '4.x' 2021-10-31 14:44:45 +01:00
Jakob Lykke Andersen
56002be5e1 rename intersphinx_disabled_{refs -> reftypes}
And change format for domains to {name}:*
2021-10-31 13:56:26 +01:00
Jakob Lykke Andersen
9e1ba751ec intersphinx_disabled_refs, fix CHANGES 2021-10-31 13:16:57 +01:00
Jakob Lykke Andersen
0d9f4cd469 Generalize to disable specific refs as well. 2021-10-31 13:15:47 +01:00
Jakob Lykke Andersen
84238dfd39 Remove intersphinx_disabled_domains from quickstart 2021-10-31 13:15:47 +01:00
Jakob Lykke Andersen
f22faa7e06 Add intersphinx_disabled_domains
Fixes sphinx-doc/sphinx#2068
Replaces sphinx-doc/sphinx#8981
2021-10-31 13:15:47 +01:00
Jakob Lykke Andersen
961f5af096 Intersphinx, refactoring
Also, when a reference is unresolved, don't strip the inventory prefix.
2021-10-31 13:15:46 +01:00
Takeshi KOMIYA
c497a2867a Update CHANGES for PR #9656 2021-10-31 15:55:51 +09:00
Takeshi KOMIYA
b32d4b500a Merge branch '4.x' 2021-10-31 15:44:02 +09:00
Takeshi KOMIYA
cda266333e Merge pull request #9798 from tk0miya/9775_Literal
Fix #9775: py domain: Literal typehint was converted to a cross reference
2021-10-31 15:43:19 +09:00
Takeshi KOMIYA
65647014e6 Update CHANGES for PR #9772 2021-10-31 01:18:52 +09:00
Takeshi KOMIYA
b8844eb339 Fix #9781: autodoc_preserve_defaults does not support hexadecimal 2021-10-31 01:11:56 +09:00
Takeshi KOMIYA
52787deb32 Fix #9775: py domain: Literal typehint was converted to a cross reference 2021-10-30 16:57:33 +09:00
Takeshi KOMIYA
3c5b31b50d Fix #9757: autodoc_inherit_docstrings does not effect to overriden classmethods 2021-10-30 02:01:38 +09:00
Takeshi KOMIYA
4c623237c1 Merge branch '4.x' 2021-10-28 02:43:32 +09:00
Takeshi KOMIYA
096108ccac Merge branch '4.x' into 9756_classmethod_not_having_func 2021-10-27 02:05:36 +09:00
Takeshi KOMIYA
5c279a18fc Merge pull request #9764 from tk0miya/9752_annotated_slots_attribute
Fix #9752: autodoc: Failed to detect type annotation for slots attribute
2021-10-27 02:03:30 +09:00