Commit Graph

18410 Commits

Author SHA1 Message Date
Takeshi KOMIYA
17422d2227 Add i18n label to weekly transifex PR 2021-11-28 13:27:36 +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
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
259de307ca Merge branch '4.3.x' into 4.x 2021-11-23 18:17:13 +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
634dd395cc
Merge pull request #9881 from tk0miya/9878_mathjax_config_should_be_loaded_earlier
Fix #9878: mathjax: MathJax config is placed after loading MathJax
2021-11-23 03:03:14 +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
3296648e8a
Merge branch '4.x' into 9878_mathjax_config_should_be_loaded_earlier 2021-11-23 02:52:42 +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
054276cf5a
Merge pull request #9876 from tk0miya/9866_doccoment_for_imported_classes
Fix #9866: autodoc: doccoment for the imported class was ignored
2021-11-23 02:49:40 +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
Josh Mitchell
73b7cd51ea Fix lints and reorder args of members_of 2021-11-22 13:57:56 +11:00
Takeshi KOMIYA
a63fb55907
Merge pull request #9850 from astrojuanlu/new-tutorial-describing-code-other
Add brief section on documenting other languages to tutorial
2021-11-22 02:34:07 +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
647314133d
Merge pull request #9875 from sphinx-doc/bot/pull-translations
Update message catalogs
2021-11-21 11:55:17 +09:00
tk0miya
ffdecbfada Update message catalogs 2021-11-21 00:11:20 +00:00
Juan Luis Cano Rodríguez
79f6d40413
Apply suggestions from code review
Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com>
2021-11-18 23:04:30 +01: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
bfe99faecc
Merge pull request #9858 from mattficke/mattficke/update-rfc-subdomain
Update RFC base url
2021-11-17 02:06:46 +09:00
Takeshi KOMIYA
ac99e236fb
Merge pull request #9842 from hugovk/gha-create-release
Create GitHub release from tag
2021-11-17 01:58:16 +09:00
Hugo van Kemenade
b1381742a1
"v*.*.*" is the tag format
Co-authored-by: Takeshi KOMIYA <i.tkomiya@gmail.com>
2021-11-16 18:28:50 +02: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
Matt Ficke
2ed4bed33a Update RFC base url
The tools.ietf.org subdomain is being wound down and services are moving to
datatracker.ietf.org. Links to RFC documents using the old subdomain are being
redirected to datatracker; this updates the configured `rfc_base_url` to
point to the current subdomain.

Discussion: https://mailarchive.ietf.org/arch/msg/ietf/0n-6EXEmkTp3Uv_vj-5Vnm3o0bo/
2021-11-16 10:52:02 -05:00
Takeshi KOMIYA
9d68c6b4b3
Merge pull request #9848 from sphinx-doc/bot/pull-translations
Update message catalogs
2021-11-17 00:48:19 +09:00
Juan Luis Cano Rodríguez
eceb6b8f4b
Remove reference to unmaintained extension 2021-11-15 14:30:07 +01:00
Juan Luis Cano Rodríguez
d7d82a88ad
Typo
Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
2021-11-15 14:29:17 +01:00