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
Juan Luis Cano Rodríguez
daceb8aba3
Document GitLab Pages
2021-11-18 19:34:09 +01:00
Juan Luis Cano Rodríguez
043b5e9253
Add missing content on dependencies
2021-11-18 18:47:39 +01:00
Juan Luis Cano Rodríguez
1d1b2296c5
Describe deployment on Read the Docs and GitHub Pages
2021-11-18 15:58:53 +01:00
Juan Luis Cano Rodríguez
142c5cf853
Write how to publish documentation sources
2021-11-18 10:35:28 +01:00
Juan Luis Cano Rodríguez
7045505eaf
Change focus to be broader and more descriptive
2021-11-18 10:19:14 +01:00
Juan Luis Cano Rodríguez
f16f4a249b
Finish background section on deployment
2021-11-17 21:37:01 +01:00
Juan Luis Cano Rodríguez
ad36d86d2c
Add descriptive section to deployment section of tutorial
2021-11-17 21:36:48 +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
Juan Luis Cano Rodríguez
34c165e497
Add clarification on other languages
2021-11-15 12:46:03 +01: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
Josh Mitchell
ad0071ddb7
#2021 : Allow autosummary to respect __all__
2021-11-15 13:16:33 +11:00
tk0miya
5547a8bf11
Update message catalogs
2021-11-14 00:11:00 +00:00
Martin Liska
9ec829fb50
texinfo: simplify reference emission.
...
The commit adds a new config value 'texinfo_emit_document_references'
that blocks the emission of inline references and make it better readable
with legacy stand-alone reader ``info``.
Before the change we emit:
Default option value for @ref{e,,-Wshift-overflow3}.
while with texinfo_emit_document_references == True:
Default option value for -Wshift-overflow3.
It addresses limitations mentioned in Sphinx' FAQ:
https://www.sphinx-doc.org/en/master/faq.html#texinfo-info
2021-11-12 14:00:48 +01:00
Oleg Hoefling
7b318d8acb
apply review suggestions
...
Signed-off-by: Oleg Hoefling <oleg.hoefling@gmail.com>
2021-11-12 09:56:16 +01:00
oleg.hoefling
bc5dd0e6f3
add changelog entry
...
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
2021-11-12 09:41:52 +01:00
oleg.hoefling
629145a0e8
replace hardcoded refs in docs with extlinks
...
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
2021-11-12 09:41:34 +01:00
oleg.hoefling
8356260554
extlinks: replacement suggestions for hardcoded links
...
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
2021-11-12 09:38:59 +01:00
Hugo van Kemenade
f8815ebfb0
Create GitHub release from tag
2021-11-12 10:30:29 +02:00
Takeshi KOMIYA
cee86909b9
Update CHANGES for PR #9815
2021-11-12 01:51:12 +09:00
Takeshi KOMIYA
921cbe12d0
Merge pull request #9815 from not-my-profile/sidebar-divs
...
base theme: Wrap sidebar components in <div>s
2021-11-12 01:49:28 +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
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
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