Jakob Lykke Andersen
c09643c21f
C, fix parsing of fundamental types
...
When multiple simple type specifiers are part of the type,
then they may appear in any order.
2021-11-30 22:00:54 +01:00
Jakob Lykke Andersen
67d673406f
C++, fix parsing of fundamental types
...
When multiple simple type specifiers are part of the type,
then they may appear in any order.
2021-11-30 22:00:20 +01:00
Jakob Lykke Andersen
355147e893
C++, fix typo in internal function
2021-11-30 21:59:24 +01: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
aa0335acde
Merge pull request #9886 from tk0miya/9868_pytest_failing
...
Fix #9868 : 4.3.0: pytest is failing
2021-11-26 02:08:18 +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
c8f019ab50
Fix #9868 : ImportError on testing sphinx.util.inspect
...
In some Linux distribution, ImportError is raised on testing
sphinx.util.inspect because _testcapi is not installed.
2021-11-23 18:22:08 +09:00
Takeshi KOMIYA
538e281495
Merge pull request #9867 from tk0miya/9864_mathjax_loading_method
...
Fix #9864 : mathjax: Failed to render equations via MathJax v2
2021-11-23 13:17:01 +09:00
Takeshi KOMIYA
5e6253ed3c
Remove debug print
2021-11-23 03:15:43 +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
a6ac73b0b7
Merge pull request #9873 from ebolyen/docutils-auto-convert
...
BUG: prevent automatic inline conversion by class
2021-11-23 02:57:55 +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
55e8a3a206
Merge pull request #9880 from tk0miya/9879_invalid_doc_attribute
...
Fix #9879 : autodoc: AttributeError for object having invalid __doc__
2021-11-23 02:51:08 +09:00
Takeshi KOMIYA
ffb747f7db
Fix a mypy warning
2021-11-23 02:48:39 +09:00
Evan Bolyen
836324bf4c
BUG: prevent automatic inline conversion by class
2021-11-22 09:36:30 -07: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
d321a971d1
Merge pull request #9837 from tk0miya/9833_RemovedInSphinx60Warning
...
Fix the type of deprecation warning for get_signature_prefix (refs: #9833 )
2021-11-11 02:15:56 +09:00
Takeshi KOMIYA
5339636084
Fix the type of deprecation warning for get_signature_prefix (refs: #9833 )
2021-11-11 02:07:48 +09:00
Takeshi KOMIYA
5999cdb10d
Merge pull request #9833 from jakobandersen/py_get_signature_prefix
...
Make fallback for changed get_signature_prefix()
2021-11-11 02:05:37 +09:00
Jakob Lykke Andersen
63bd4b8062
Use warnings.warn and deprecation warning
2021-11-09 20:37:34 +01: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
22bec4ffe4
Fix #9623 : Separate warning type 'toc.not_readable' to 'toc.excluded'
2021-11-10 01:43:59 +09:00
Takeshi KOMIYA
563936b969
Merge pull request #9829 from tk0miya/9450_load_mathjax_as_defer
...
Close #9450 : mathjax: Load MathJax via "defer" strategy
2021-11-10 01:32:43 +09:00
Takeshi KOMIYA
203094b4c3
Close #9618 : i18n: Add gettext_allow_fuzzy_translations
2021-11-10 01:32:02 +09:00
Jakob Lykke Andersen
d20cb96773
Fix lint errors
2021-11-09 09:31:56 +01:00
Jakob Lykke Andersen
3599f7d844
Make fallback for changed get_signature_prefix()
...
Fixes sphinx-doc/sphinx#9832
2021-11-09 09:18:50 +01: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
6c6cc8a6f5
Merge pull request #9826 from tk0miya/9820_reduce_distutils_usage
...
Replace distutils.versions.LooseVersion by packaging.version.Version
2021-11-09 00:42:03 +09:00
Takeshi KOMIYA
ee1cae8c1c
Replace distutils.versions.LooseVersion by packaging.version.Version
...
Distutils module are now deprecated and will be removed in Python 3.12.
This replaces it by packaging module and reduces the dependency to it.
refs: #9820
2021-11-07 20:15:07 +09:00
Takeshi KOMIYA
8e350495b0
Merge pull request #9812 from not-my-profile/doc-theme-responsiveness
...
Document responsiveness of themes
2021-11-07 19:17:05 +09:00
Takeshi KOMIYA
ab54ce2579
Merge pull request #9821 from hugovk/rm-py-workaround
...
CI: Remove py workaround
2021-11-07 18:58:29 +09:00
Takeshi KOMIYA
2c22f1c3d6
Merge pull request #9823 from sphinx-doc/bot/pull-translations
...
Update message catalogs
2021-11-07 18:14:20 +09:00
tk0miya
f31ca06e3a
Update message catalogs
2021-11-07 00:10:53 +00:00
Hugo van Kemenade
2d9c6db3ce
Remove py workaround
2021-11-05 13:14:42 +02:00
Martin Fischer
43be17acf1
Document responsiveness of themes
2021-11-03 10:53:38 +01: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
a8eb1aab72
Merge pull request #9459 from jakobandersen/intersphinx_refac_disable
...
Intersphinx, refactoring and intersphinx_disable_domains
2021-10-31 14:42:12 +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
484d74ad97
intersphinx_disabled_refs, doc default value
2021-10-31 13:42:26 +01:00
Jakob Lykke Andersen
e192f6253a
intersphinx_disabled_refs, hard-code honor_disabled_refs in one more function
2021-10-31 13:40:39 +01:00