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
Takeshi KOMIYA
cee86909b9
Update CHANGES for PR #9815
2021-11-12 01:51:12 +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
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
Takeshi KOMIYA
1fbca49970
Close #9683 : Revert the removal of `add_stylesheet()` API
...
It will be kept until the Sphinx-6.0 release.
Note: Now it emits a warning instead of DeprecationWarning to let the
users know the deprecation.
2021-10-03 16:34:57 +09:00
Takeshi KOMIYA
b9204186f0
Fix #9697 : An index entry with parens was registered for py:method
2021-10-03 13:03:23 +09:00