Commit Graph

17953 Commits

Author SHA1 Message Date
Takeshi KOMIYA
40afa61250
Merge pull request #9503 from Un1Gfn/patch-1
doc: :manpage: is a role, not a directive
2021-07-26 23:17:38 +09:00
Darren Ng
8ea5587ed9
:manpage: is a role, not a directive. [ci skip] 2021-07-26 16:33:18 +08:00
Takeshi KOMIYA
779274d4b8 Merge branch '4.x' 2021-07-23 02:17:12 +09:00
Takeshi KOMIYA
05cce83cc7 Merge branch '4.1.x' into 4.x 2021-07-23 02:16:33 +09:00
Takeshi KOMIYA
9218ad4adc
Merge pull request #9491 from tk0miya/9489_NewType
Bugfix for HEAD of python-3.10
2021-07-23 02:14:58 +09:00
Takeshi KOMIYA
68fb54806f Fix #9490: autodoc: Some typing.* objects are broken
At the HEAD of 3.10, the implementation of `typing._SpecialForm` and
`typing._BaseGenericAlias` has been changed to support __qualname__.
2021-07-23 02:04:26 +09:00
Takeshi KOMIYA
771507e073 Fix #9489: autodoc: Custom types using typing.NewType are broken
At the HEAD of 3.10, the implementation of ``typing.NewType`` has been
changed to the class based.  To follow the change, this uses
``isinstance`` on ``sphinx.util.inspect:isNewType()`.
2021-07-23 00:06:33 +09:00
Takeshi KOMIYA
9ebdc987b0
Merge pull request #9467 from tk0miya/9435_disable_rewrite_github_anchor
Fix #9435: linkcheck: Failed to check anchors in github.com
2021-07-20 01:15:29 +09:00
Takeshi KOMIYA
f9941b9402
Merge pull request #9464 from Gobot1234/4.x
Add support for PEP 585 generics
2021-07-20 01:14:12 +09:00
Takeshi KOMIYA
362f36d35d
Merge pull request #9461 from tk0miya/9445_class_property
Close #9445: Support class properties
2021-07-20 01:12:04 +09:00
Takeshi KOMIYA
445c340cbd
Merge pull request #9474 from jfbu/latex_document_9166
LaTeX: add some documentation for container support (#9166)
2021-07-20 01:00:28 +09:00
Takeshi KOMIYA
4bf43984b2 Merge branch '4.x' 2021-07-20 00:59:12 +09:00
Takeshi KOMIYA
0e5dab0dc1 Merge branch '4.1.x' into 4.x 2021-07-20 00:59:03 +09:00
Takeshi KOMIYA
60617cb1e6
Merge pull request #9476 from jfbu/9475_latex_markup
Remove mark-up in Sphinx own docs breaking building it into PDF output
2021-07-20 00:54:40 +09:00
Takeshi KOMIYA
b799b54c4d Merge branch '4.x' 2021-07-20 00:45:30 +09:00
Takeshi KOMIYA
a4898f8f78 Merge branch '4.1.x' into 4.x 2021-07-20 00:41:01 +09:00
Takeshi KOMIYA
501abc67b6
Merge pull request #9478 from tk0miya/9443
Fix testcases that failed in python3.10.0b4
2021-07-20 00:39:43 +09:00
Takeshi KOMIYA
0565da6512 Fix testcases that failed in python3.10.0b4 2021-07-20 00:25:32 +09:00
jfbu
e1612b4909 Remove mark-up breaking PDF output
Close: #9475

Refs: #9355
2021-07-19 12:23:30 +02:00
jfbu
af5363cefb LaTeX: add some documentation for container support (#9166) 2021-07-19 12:10:15 +02:00
James
451811c40c Respond to feedback 2021-07-18 10:55:38 +01:00
Takeshi KOMIYA
a35b009adc Fix #9435: linkcheck: Failed to check anchors in github.com
The approach of `rewrite_github_anchor` makes some anchors valid.  But
it also makes other kind of anchors invalid.  This disables the handler
to make them valid again (while 4.1.x release).
2021-07-18 13:03:57 +09:00
Takeshi KOMIYA
de37cbcb82
Merge pull request #9466 from sphinx-doc/bot/pull-translations
Update message catalogs
2021-07-18 12:13:35 +09:00
tk0miya
66a596f370 Update message catalogs 2021-07-18 00:08:25 +00:00
James
31e07c75dd
Add support for PEP 585 generics 2021-07-17 17:57:00 +01:00
Takeshi KOMIYA
810a1e2988
Merge pull request #9462 from usaturn/fix/linx_of_code_of_conduct
fix link of code of conduct
2021-07-17 18:57:05 +09:00
usaturn
c56a37e4d5 fix link of code of conduct 2021-07-17 17:38:27 +09:00
Takeshi KOMIYA
38d80c3d0f Close #9445: autodoc: Support class properties
Since python 3.9, `classmethod` starts to support creating a "class
property".  This supports to generate document for it.
2021-07-17 16:39:50 +09:00
Takeshi KOMIYA
120525563c Cloase #9445: :py:property: directive now supports :classmethod: option
Since python 3.9, `classmethod` starts to support creating a "class
property".  This allows to describe it.
2021-07-17 14:24:31 +09:00
Takeshi KOMIYA
939c7bb7ff Merge branch '4.1.x' into 4.x 2021-07-15 02:24:14 +09:00
Takeshi KOMIYA
9a2c3c4a15 Bump version 2021-07-15 02:23:27 +09:00
Takeshi KOMIYA
564439e66d Bump to 4.1.1 final 2021-07-15 02:22:15 +09:00
Takeshi KOMIYA
ffa08315c1
Merge pull request #9448 from tk0miya/9434_update_deps
Fix #9434: Update dependencies for bundled builders
2021-07-15 01:29:30 +09:00
Takeshi KOMIYA
5daedcfec8 Fix #9434: Update dependencies for bundled builders 2021-07-15 01:17:36 +09:00
Karolina Surma
42d9d11247 Fix testcase: Enum changes were reverted in Python 3.10 2021-07-14 08:40:03 +02:00
Takeshi KOMIYA
f3a3bd2298 Update CHANGES for PR #9440 2021-07-14 01:17:26 +09:00
Takeshi KOMIYA
63001f3bb0
Merge pull request #9440 from tronical/logo-regression-fix
Fix handling of local paths in html_logo/html_favicon directorives in conf.py
2021-07-14 01:15:57 +09:00
Simon Hausmann
3a50abc5c9 Fix handling of local paths in html_logo/html_favicon directorives in conf.py
Merge request #9381 broke support for local logos/favicons as it
retained the paths that are passed to the template engine. That's wrong
as the actual path will be in _static/.

This should fix #9438
2021-07-13 18:03:36 +02:00
Takeshi KOMIYA
dd00bade70 Merge branch '4.x' 2021-07-12 02:15:45 +09:00
Takeshi KOMIYA
5559e5af1f Bump version 2021-07-12 02:15:02 +09:00
Takeshi KOMIYA
3c3a734b97 Bump version 2021-07-12 02:14:01 +09:00
Takeshi KOMIYA
bdcd16113b Bump to 4.1.0 final 2021-07-12 02:12:31 +09:00
Takeshi KOMIYA
4a2f5df9ba Merge branch '9299' into 4.x 2021-07-11 19:33:47 +09:00
Takeshi KOMIYA
e6d3adf5d9 intersphinx: Add testcase for case insensitive term match (refs: #9299) 2021-07-11 19:33:38 +09:00
Takeshi KOMIYA
573db836be Update CHANGES for PR #9225 2021-07-11 13:49:31 +09:00
Takeshi KOMIYA
f40c2837dc
Merge pull request #9225 from doerwalter/typehint-html
Add HTML markup to method/function return typehint
2021-07-11 12:03:40 +09:00
Takeshi KOMIYA
5aed23d681
Merge pull request #9429 from sphinx-doc/bot/pull-translations
Update message catalogs
2021-07-11 11:50:28 +09:00
tk0miya
9587fd14cf Update message catalogs 2021-07-11 00:08:08 +00:00
Takeshi KOMIYA
beea08481e
Merge pull request #9411 from tk0miya/9404_TypeError_for_non_class
Fix #9404: autodoc: autoclass raises TypeError for dict-like object
2021-07-11 02:51:48 +09:00
Takeshi KOMIYA
fe037233ca Fix #9404: autodoc: autoclass raises TypeError for dict-like object
The autoclass directive raises TypeError when dict-like object (not a
class) is given as a subject.
2021-07-11 02:40:17 +09:00