Commit Graph

5703 Commits

Author SHA1 Message Date
Takeshi KOMIYA
1222bed88e Bump version 2022-05-09 00:57:07 +09:00
Takeshi KOMIYA
23ab36bcd7 Bump version 2022-05-09 00:55:57 +09:00
Takeshi KOMIYA
ea3468d597 Bump to 5.0.0 beta1 2022-05-09 00:54:24 +09:00
Takeshi KOMIYA
e770e2567f Merge pull request #10427 from tk0miya/10421_autodoc_preserve_defaults_for_classmethod
Fix #10421: autodoc_preserve_defaults doesn't work on class methods
2022-05-08 23:19:10 +09:00
Takeshi KOMIYA
10dd5a0e43 Fix #10421: autodoc_preserve_defaults doesn't work on class methods 2022-05-08 22:59:14 +09:00
Takeshi KOMIYA
f58771c093 Merge pull request #10429 from tk0miya/9974_jquery-3.6.0
Close #9974: html: Updated jQuery version from 3.5.1 to 3.6.0
2022-05-08 19:04:49 +09:00
Luis
6487529cf5 Fix #10363: make howto LaTeX title page rule use \linewidth 2022-05-08 10:20:51 +02:00
Takeshi KOMIYA
d7af818ba3 Update CHANGES for PR #10197 2022-05-08 02:38:56 +09:00
Takeshi KOMIYA
58c5424bb4 Update CHANGES for PR #10337 2022-05-08 02:25:54 +09:00
Takeshi KOMIYA
431caac943 Merge pull request #10337 from AA-Turner/reuse-publisher
Cache `Publisher` objects to speed up Sphinx
2022-05-08 02:24:27 +09:00
Takeshi KOMIYA
f9dce5764e Mark sphinx.io:read_doc() deprecated 2022-05-08 02:15:58 +09:00
Takeshi KOMIYA
7134317e49 Merge remote-tracking branch 'origin/5.x' into HEAD 2022-05-07 22:37:58 +09:00
Takeshi KOMIYA
541fcfc557 Close #9974: html: Updated jQuery version from 3.5.1 to 3.6.0 2022-05-07 22:18:00 +09:00
Takeshi KOMIYA
5707e63903 Update CHANGES for PR #10258 2022-05-07 22:09:25 +09:00
Takeshi KOMIYA
efd4712dc8 Update CHANGES for PR #10251 2022-05-06 02:59:01 +09:00
Takeshi KOMIYA
be212d98df Remove sphinx.util.docutils.__version_info__ on 7.0 2022-05-03 02:07:47 +09:00
Takeshi KOMIYA
8e726db3de Merge pull request #10381 from tk0miya/deprecation_for_docutils-0.13
Mark APIs for docutils-0.13 deprecated and remove monkey-patch for it
2022-05-03 02:06:13 +09:00
Takeshi KOMIYA
96b15e9e66 Merge pull request #10353 from tk0miya/10305_optional_forwardref_annotations
Fix #10305: autodoc: Failed to extract optional forwardrefs
2022-05-03 02:03:28 +09:00
Takeshi KOMIYA
3aa7e4105a Deprecate: html5_ready and is_html5_writer_available() 2022-05-03 01:48:17 +09:00
Takeshi KOMIYA
b58a584236 Merge pull request #10164 from AA-Turner/bump-docutils
Bump Docutils dependency
2022-05-03 01:00:51 +09:00
Takeshi KOMIYA
6050062efa Fix #10200: apidoc: Duplicated submodules are shown for modules 2022-04-30 19:21:04 +01:00
Santos Gallegos
7443af957f Changelog: fix typo in role 2022-05-01 00:57:18 +09:00
Adam Turner
3420d15cb9 Bump Docutils dependency 2022-04-19 03:09:45 +01:00
Jakob Lykke Andersen
5e435fa845 Update CHANGES 2022-04-17 14:22:24 +02:00
Takeshi KOMIYA
a66adb1c32 Fix #10305: autodoc: Failed to extract optional forwardrefs
Autodoc fails to extract optional forwardrefs (ex. `Optional[MyClass]`)
even if `MyClass` is declared in `autodoc_type_aliases`.
2022-04-17 03:09:11 +09:00
jfbu
0b22f5b3b7 Update CHANGES for PR #10191 2022-04-16 19:34:24 +02:00
zuqq
a450518bb1 Apply autodoc_typehints_format to all type hints
Specifically: attributes, data, properties, and type variable bounds.
2022-04-08 20:27:24 +01:00
Takeshi KOMIYA
dd8d029fae Update CHANGES for PR #10285 2022-04-05 02:32:15 +09:00
Takeshi KOMIYA
da73960492 Merge branch '5.x' into autodoc_force_undocumented_rtype 2022-04-03 22:45:42 +09:00
Takeshi KOMIYA
f731bf1999 Merge branch '5.x' into autodoc_force_undocumented_rtype 2022-04-03 22:29:22 +09:00
Takeshi KOMIYA
21e3a96f09 Close #8417: autodoc: :inherited-members: option now takes multiple classes
It allows to suppress inherited members of several classes on the module at
once by specifying the option to `automodule` directive
2022-04-03 20:17:41 +09:00
Takeshi KOMIYA
7bdc11e87c Merge pull request #10323 from tk0miya/10318_literalinclude_prepend_and_dedent
Fix #10318: literalinclude: :prepend: option working with :dedent:
2022-04-03 20:13:39 +09:00
Takeshi KOMIYA
312efdb131 Update CHANGES for PR #10313 2022-04-03 17:29:08 +09:00
Takeshi KOMIYA
0d31fc9614 Merge branch '5.x' into 10266_autodoc_preserve_defaults_crashes_on_kwonlyargs_without_defaults 2022-04-03 16:57:32 +09:00
Takeshi KOMIYA
a78c07ca07 Fix #10280: autodoc_docstring_signature generates needless return typehint
Basically, autodoc suppresses return value typehint for class
constructors.  But it was unexpectedly shown if
`autodoc_docstring_signature` is enabled and docstring has multiple
signatures.
2022-04-03 16:32:35 +09:00
Takeshi KOMIYA
11a1dbed91 Fix #10214: html: invalid language tag was generated for zh_CN
So far, HTML builder output the `language` configuration as a language
tag for HTML.  But it takes locale string in ANSI C, not IETF language
code.

This converts locale string to language tag to generate valid language
tag for HTML.
2022-04-03 01:03:14 +09:00
Takeshi KOMIYA
e571479d54 Fix #10318: literalinclude: :prepend: option working with :dedent:
It will always be warned because prepending is processed before
dedenting.  This changes the order of processing options.
2022-04-02 23:39:47 +09:00
Takeshi KOMIYA
f5e4e70817 Fix #10266: autodoc_preserve_defaults crashes on kwonlyargs w/o defaults 2022-04-02 16:55:48 +09:00
Takeshi KOMIYA
82c9a7eb12 Fix #10279: autodoc: Default values are rendered as a string literal
When processing overloaded functions, autodoc unexpectedly renders its
default values for kwonlyargs as a string literal unexpectedly
2022-04-01 23:16:15 +09:00
Takeshi KOMIYA
223b1a94f2 Merge branch '4.x' 2022-03-28 01:00:37 +09:00
Takeshi KOMIYA
4221d1a516 Bump version 2022-03-28 00:58:54 +09:00
Takeshi KOMIYA
2329fdef8c Bump to 4.5.0 final 2022-03-28 00:56:22 +09:00
Takeshi KOMIYA
c34444149d Update CHANGES for PR #10263 2022-03-28 00:08:28 +09:00
Takeshi KOMIYA
8a1830ca36 Update CHANGES for PR #10178 2022-03-27 23:12:18 +09:00
Takeshi KOMIYA
c93b95d685 Merge CHANGES entry for 4.4.1 to 4.5.0 2022-03-27 23:06:42 +09:00
Takeshi KOMIYA
a001bf47d6 Update CHANGES for PR #10107 2022-03-27 23:06:02 +09:00
Takeshi KOMIYA
2db180da70 Merge branch '4.x' 2022-03-27 19:47:11 +09:00
Takeshi KOMIYA
c6230dc4db extlinks: Disable hardcoded links detector by default (refs: #10126)
The hardcoded links detector added since 4.4.0 causes troubles in many
projects.  Therefore, this disables it by default, and adds a new
configuration `extlinks_detect_hardcoded_links` to enable it explicitly.
2022-03-27 15:22:11 +09:00
Takeshi KOMIYA
dfa742a99b Merge pull request #10284 from tk0miya/10269_manpage_resolving_refuri
Fix #10269: manpage: Failed to resolve the title of :ref: cross references
2022-03-27 01:55:34 +09:00
Takeshi KOMIYA
6dbf1a3c85 Fix #10269: manpage: Failed to resolve the title of :ref: cross references 2022-03-27 01:45:04 +09:00