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
Louis Maddox
2eb5f4e705
Use triple quote docstrings consistently
2021-07-18 18:37:01 +01:00
Louis Maddox
b043e5b88d
Better sphinx.config docstrings
2021-07-18 18:34:58 +01:00
Louis Maddox
efb6848ea9
Improvements to sphinx.application docstrings
2021-07-18 18:24:39 +01: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
Aaron Carlisle
4d0f497689
Fix sphinx_version string
2021-07-14 16:20:30 -04: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
Aaron Carlisle
426fdcabcd
HTML Templates: Expose full sphinx version tuple
...
Previously, there was only a string which is problematic
when you want to programmatically compare versions
for compatibility reasons.
2021-07-13 20:44:46 -04: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
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