Commit Graph

5718 Commits

Author SHA1 Message Date
Takeshi KOMIYA
57dea60fed Merge branch '5.0.x' into 10110_exitcode_for_exc_during_builder-finished 2022-05-22 17:06:49 +09:00
Takeshi KOMIYA
7586f9c845 Merge branch '5.0.x' into 9096_fix_progress_bar_on_parallel_build 2022-05-22 15:23:31 +09:00
Takeshi KOMIYA
ca25b4fba3 Update CHANGES for PR #10443 2022-05-22 15:03:05 +09:00
Takeshi KOMIYA
23fd455691 Remove changes for 5.1.x from 5.0.x branch 2022-05-22 14:56:36 +09:00
Takeshi KOMIYA
d3af85c809 Merge branch '5.0.x' into 9648_autodoc_typehints_description_and_stared_args 2022-05-22 13:37:57 +09:00
Takeshi KOMIYA
ac1e5e623c Update CHANGES for PR #10456 2022-05-22 13:28:25 +09:00
Takeshi KOMIYA
b36eaafef1 Merge pull request #10457 from scVENUS/fix#10456
closes #10456: test and fix for sphinx.domain.python.filter_meta_fields()
2022-05-22 13:26:35 +09:00
Anselm Kruis
fcb54ae025 update CHANGES again: revert unintended white-space changes 2022-05-16 16:38:24 +02:00
Anselm Kruis
77eaad1ab2 update CHANGES (line was too long) 2022-05-16 16:13:39 +02:00
Anselm Kruis
534b8f7294 Update CHANGES for #10456 2022-05-16 15:55:19 +02:00
Takeshi KOMIYA
b78186d3b5 Fix #9096: sphinx-build: the value of progress bar for paralle build is wrong
The value of progress bar (reading and writing) should be increased just after
each task is finished.
2022-05-16 02:32:52 +09:00
Takeshi KOMIYA
d7eb5c1d8b Merge pull request #10449 from tk0miya/9575_suppress_return_annotation
Fix #9575: autodoc: Return annotation should not be shown
2022-05-15 23:40:41 +09:00
Takeshi KOMIYA
6065ab676c Fix #10110: sphinx-build: Emit builder-finished before shutdown
The error on the builder-finished event has been ignored for the
calculation of the exit code.  This emits the event earilier step to be
calculated correctly.
2022-05-15 23:17:35 +09:00
Takeshi KOMIYA
06a9139308 Fix #9648: autodoc: *args and **kwargs entries are duplicated
In basic usage of autodoc (docstring), `args` and `kwargs` arguments
are marked up without stars.  But numpydoc style recommends to mark
them up with stars.

This adds support for starred arguments in docstrings to
`autodoc_typehints` feature.
2022-05-15 23:06:49 +09:00
Takeshi KOMIYA
d8a540e922 Fix #9575: autodoc: Return annotation should not be shown 2022-05-15 20:51:42 +09:00
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