Commit Graph

18112 Commits

Author SHA1 Message Date
Louis Maddox
10dba797f2 Address flake8 errors in whitespace linting 2021-07-23 21:53:46 +01:00
Louis Maddox
f89f787cc9
Merge branch 'sphinx-doc:4.x' into 4.x 2021-07-23 21:35:40 +01:00
Takeshi KOMIYA
6e87c17a76 doc: Add document for autoproperty directive (refs: #9486) 2021-07-23 23:10:48 +09:00
Takeshi KOMIYA
3dd562ad6a Merge branch '4.x' into 9487_typehint_for_cached_property 2021-07-23 02:22:38 +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
65c089bd40 Fix #9487: autodoc: typehint for cached_property is not shown 2021-07-22 23:25:03 +09:00
Louis Maddox
a2310d0f94 Fix nits after review by tk0miya; merge HEAD 2021-07-19 22:35:30 +01:00
Louis Maddox
5ae46cb388
Merge branch 'sphinx-doc:4.x' into 4.x 2021-07-19 22:28:38 +01: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
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
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
Louis Maddox
fcf1bd6932
Improve sphinx.ext.autodoc docstrings 2021-07-19 00:12:16 +01:00
Louis Maddox
490a4900e8
Fix warning typo; improve sphinx.ext.autodoc docstrings 2021-07-19 00:03:11 +01:00
Louis Maddox
b81ad1c154
Improve sphinx.ext.autodoc docstrings 2021-07-18 23:59:15 +01:00
Louis Maddox
9eff0a6950
Improve sphinx.ext.autosummary docstring 2021-07-18 23:54:04 +01:00
Louis Maddox
29f990650d
Improve sphinx.ext.apidoc docstrings 2021-07-18 23:47:28 +01:00
Louis Maddox
2160c0aa7f
Improve sphinx.pycode.parser docstrings 2021-07-18 23:24:28 +01:00
Louis Maddox
d230147e48
Improve sphinx.pycode.ast docstrings 2021-07-18 23:11:08 +01:00
Louis Maddox
c8da1a08c5
Improve sphinx.search docstrings 2021-07-18 23:07:28 +01:00
Louis Maddox
3f959e12d4
Improve sphinx.testing.fixtures docstrings 2021-07-18 23:01:08 +01:00
Louis Maddox
c1e4cdb149
Improve sphinx.transforms docstrings 2021-07-18 22:47:24 +01:00
Louis Maddox
3e55a4634b
Improve sphinx.transforms.post_transforms.images docstrings 2021-07-18 22:44:55 +01:00
Louis Maddox
1c2e461e0d
Improve sphinx.transforms.post_transforms docstrings 2021-07-18 22:41:50 +01:00
Louis Maddox
48de8ef63c
Improve sphinx.util.nodes docstrings 2021-07-18 22:25:48 +01:00
Louis Maddox
2b0e4b868a
Improve sphinx.util.matching docstrings 2021-07-18 22:21:10 +01:00
Louis Maddox
e79a9890fd
Improve sphinx.util.logging docstrings 2021-07-18 22:19:25 +01:00
Louis Maddox
93db1bb4d6
Docstring improvement to sphinx.util.inventory 2021-07-18 22:05:01 +01:00
Louis Maddox
42841b7f69
Improve sphinx.util.console docstring 2021-07-18 20:20:48 +01:00
Louis Maddox
edabdb7b8f
Improve sphinx.util docstrings 2021-07-18 20:19:14 +01:00
Louis Maddox
6b5dd4517e
Improve sphinx.writers.text docstrings 2021-07-18 20:03:28 +01:00
Louis Maddox
21b4f7ef55
Improve docstring in sphinx.writers.manpage 2021-07-18 19:46:19 +01:00
Louis Maddox
6d0993825a
Improve docstrings in sphinx.writers.latex 2021-07-18 19:44:45 +01:00
Louis Maddox
515f46ce40
Typo fix in sphinx.writers.html5 docstring 2021-07-18 19:38:26 +01:00
Louis Maddox
16315e3689
Improve sphinx.theming docstrings 2021-07-18 19:04:48 +01:00
Louis Maddox
124d8b4eba
Improvement to sphinx.setup_command docstrings 2021-07-18 19:01:14 +01:00
Louis Maddox
793fd2e9fc
Improve sphinx.registry docstrings 2021-07-18 18:50:50 +01:00
Louis Maddox
29b20ff742
Improve sphinx.project docstrings 2021-07-18 18:48:50 +01:00
Louis Maddox
d626c93677
Improve sphinx.parsers docstrings 2021-07-18 18:45:55 +01:00
Louis Maddox
7b4604a5f2
Improve docstring in sphinx.io module 2021-07-18 18:43:25 +01:00