Commit Graph

5452 Commits

Author SHA1 Message Date
Takeshi KOMIYA
3d88424c74 Fix #9844: autodoc: Failed to preserve defvalues for partial function 2021-11-26 02:04:11 +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
80f84260ba Fix #9879: autodoc: AttributeError for object having invalid __doc__ 2021-11-22 01:50:53 +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
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
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
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
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
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
Takeshi KOMIYA
3ad591a631 Update CHANGES for PR #9737 2021-10-23 17:07:39 +09:00
Takeshi KOMIYA
b60c43e1d0 Update CHANGES for PR #9685 2021-10-23 16:41:20 +09:00
Takeshi KOMIYA
b778ee806e Fix #9752: autodoc: Failed to detect type annotation for slots attribute 2021-10-23 14:59:36 +09:00
Takeshi KOMIYA
e6f9603494 Update CHANGES for PR #9763 2021-10-23 13:03:12 +09:00
Takeshi KOMIYA
3045e81d6e Update CHANGES for PR #9755 2021-10-23 02:19:03 +09:00
Takeshi KOMIYA
ced8895b12 Fix #9756: autodoc: Crashed if classmethod does not have __func__ attribute 2021-10-23 02:14:57 +09:00
Takeshi KOMIYA
dd2ff3e911 Fix #9710: html: Wrong styles for even/odd rows in nested tables 2021-10-09 16:35:31 +09:00
Takeshi KOMIYA
3aabcd2f80 Update CHANGES for PR #9688 2021-10-09 16:29:19 +09:00
Takeshi KOMIYA
d412acd291 Merge branch '4.x' into class-option-for-code-directive 2021-10-09 16:10:04 +09:00
Takeshi KOMIYA
23bb8bee85 Merge branch '4.x' into class-option-for-code-directive 2021-10-09 15:18:17 +09:00
Takeshi KOMIYA
2e36027474 Merge branch '4.x' into 9708_needs_extension_logic 2021-10-09 15:17:23 +09:00
Takeshi KOMIYA
81a4fd973d Merge pull request #9699 from tk0miya/9683_add_css_file
Close #9683: Revert the removal of ``add_stylesheet()`` API
2021-10-09 15:12:43 +09:00
Takeshi KOMIYA
3c9e53852d Fix #9708: needs_extension failed to check double-digit version correctly 2021-10-09 14:59:05 +09:00
Takeshi KOMIYA
34f957f131 Merge branch '4.x' into 9697_property_with_parens 2021-10-09 14:00:39 +09:00
Takeshi KOMIYA
0424da31ab Merge branch '4.x' into 9683_add_css_file 2021-10-09 13:58:10 +09:00
Takeshi KOMIYA
f13ad80207 Support Python 3.10 2021-10-07 02:34:44 +09:00
Latosha Maltba
9c53175528 Fix bug of Sphinx's .. code:: directive not recognizing :class: option
Sphinx's own .. code:: directive (but not docutils') does not recognise
the :class: option but only the :classes: option.  This is probably due
to an oversight that the user-visible option is called ``:class:`` while
the Python attribute is called ``classes`` (to not collide with the
keyword ``class``).

Fix it by checking for the option ``class`` instead of ``classes``.
2021-10-03 21:18:17 +00:00
Jakob Lykke Andersen
44835bff33 js nodes, update CHANGES and rename variable 2021-10-03 10:18:51 +02:00
Jakob Lykke Andersen
4220686186 js (and py) nodes, update CHANGES 2021-10-03 10:17:50 +02:00
Jakob Lykke Andersen
37083fcc1a js nodes, update display_prefix 2021-10-03 10:17:31 +02:00
Jakob Lykke Andersen
9c16825066 Update CHANGES
Co-authored-by: Takeshi KOMIYA <i.tkomiya@gmail.com>
2021-10-03 09:46:54 +02:00