Commit Graph

4949 Commits

Author SHA1 Message Date
Takeshi KOMIYA
339cab7657 Fix #8380: html search: search results are wrapped with <p> instead of <div> 2020-11-08 17:15:00 +09:00
Takeshi KOMIYA
1955a08378 Merge branch '3.x' into 8105_incorrect_class_constructor 2020-11-08 12:34:09 +09:00
Jakob Lykke Andersen
1193d83166 Update CHANGES 2020-11-07 10:40:30 +01:00
Takeshi KOMIYA
8bf84167a3 Merge branch '3.x' 2020-11-05 02:21:47 +09:00
Takeshi KOMIYA
6d05b1aeb3 Fix #8105: autodoc: the signature of decorated class is incorrect
In #7651, autodoc stops to undecorate the functions on getting the
signature from the callables.  But some kinds of decorators conceals
the correct signature because they pass through their arguments via
`(*args, **kwargs)`.

This restarts to undecorate the functions again as before #7651.
2020-11-05 01:57:40 +09:00
Takeshi KOMIYA
e1e0106aa4 Merge branch '3.x' into 4606_incorrect_location_of_docstring 2020-11-05 01:54:23 +09:00
Takeshi KOMIYA
0cf1632edf Update CHANGES for PR #8355 2020-11-05 01:53:42 +09:00
Takeshi KOMIYA
2da6de6721 Fix #4606: autodoc: the location of the warning is incorrect for inherited method 2020-11-04 01:35:02 +09:00
Takeshi KOMIYA
b93aa3137a Merge pull request #8345 from sphinx-doc/8342_warning_for_unknown_domain
Fix #8342: Emit a warning if a unknown domain is given for directive or role
2020-11-03 11:40:36 +09:00
Takeshi KOMIYA
9f1c89dd9d Update CHANGES for PR #8355 2020-11-03 11:39:44 +09:00
Takeshi KOMIYA
7065dc0157 Merge branch '3.x' into 7613_class__signature__ 2020-11-03 11:39:23 +09:00
Takeshi KOMIYA
9f0f34cbda Close #8119: autodoc: Control visibility of module member not in __all__
This allows `autodoc-skip-member` handlers to determine whether a member
not included in `__all__` attribute of the module should be documented or
not.
2020-11-03 02:28:32 +09:00
Takeshi KOMIYA
0e98e9b1a8 Fix #6914: Emit a detailed warning when failed to resolve :ref:
To be clear the ambiguous warning for missing-reference :ref:,
this separates the warning to missing-label and missing-caption.

To emit a warning dynamically, this also adds a new event:
`warn-missing-reference` to customize warning messages via event
handlers.
2020-11-03 02:27:43 +09:00
Takeshi KOMIYA
449a567732 Merge branch '3.x' 2020-11-02 22:25:10 +09:00
Takeshi KOMIYA
487b8436c6 Bump version 2020-11-02 22:24:25 +09:00
Takeshi KOMIYA
17299d1392 Bump version 2020-11-02 22:22:21 +09:00
Takeshi KOMIYA
24848f5a6a Bump to 3.3.0 final 2020-11-02 22:18:45 +09:00
Takeshi KOMIYA
7071631d2b Merge CHANGES of 3.2.2 into 3.0.0 2020-11-02 22:17:10 +09:00
Takeshi KOMIYA
b415b25c09 Merge branch '3.2.x' into 3.x 2020-11-01 20:31:49 +09:00
Takeshi KOMIYA
9a44e45277 Fix #7613: autodoc: autodoc does not respect __signature__ of the class 2020-11-01 18:27:16 +09:00
Takeshi KOMIYA
27b1a693d0 Update CHANGES for PR #8183 2020-11-01 12:28:04 +09:00
Takeshi KOMIYA
73f538da0f Update CHANGES for PR #8050 2020-10-30 02:00:53 +09:00
Takeshi KOMIYA
751b7a0251 Update CHANGES for PR #8051 2020-10-30 00:50:55 +09:00
Takeshi KOMIYA
7eabbfc5ec Merge pull request #8284 from tk0miya/7996_man_make_section_directory_by_default
Close #7996: manpage: Make a section directory on build manpage by default
2020-10-28 11:03:13 +09:00
Takeshi KOMIYA
c40b4249cd Merge branch '3.x' into master 2020-10-28 02:23:36 +09:00
Takeshi KOMIYA
a843fd3db8 Close #7996: manpage: Make a section directory on build manpage by default 2020-10-28 02:15:36 +09:00
Takeshi KOMIYA
871f43f778 Merge branch '3.x' into 7785_autodoc_typehints_none_for_overloads 2020-10-28 02:13:49 +09:00
Takeshi KOMIYA
9cd3e1a389 Fix #8342: Emit a warning if a unknown domain is given for directive or role
Currently, Sphinx mention nothing if users use unknown domain in their
documents (ex. `.. unknown:directive::`, `:unknown:role` and so on).
This starts to warn them to be clear non acceptable mark-ups.

refs: #8342
2020-10-28 01:44:19 +09:00
Takeshi KOMIYA
2c2335bbb8 Update CHANGES for PR #8304 2020-10-28 00:04:10 +09:00
Takeshi KOMIYA
9fc5c37817 Update CHANGES for PR #8316 2020-10-28 00:02:14 +09:00
Takeshi KOMIYA
0ddfb16666 Update CHANGES for PR #8333 2020-10-28 00:01:45 +09:00
Takeshi KOMIYA
ca579303e7 Merge pull request #8340 from tk0miya/8298_quickstart_no-sep_option
Fix #8298: sphinx-quickstart: Add `sphinx-quickstart --no-sep` option
2020-10-27 23:55:40 +09:00
Takeshi KOMIYA
d17563987a Update CHANGES for PR #8343 2020-10-27 23:55:12 +09:00
Takeshi KOMIYA
b453be75c9 Fix #8298: sphinx-quickstart: Add :option:sphinx-quickstart --no-sep option 2020-10-26 01:12:36 +09:00
Takeshi KOMIYA
f2a31185a6 Update CHANGES for PR #8216 2020-10-26 00:59:25 +09:00
Takeshi KOMIYA
ae2e48de15 Merge pull request #8216 from glikely/fix-oneside-latex
Fix 'oneside' latex build warnings
2020-10-26 00:58:18 +09:00
Takeshi KOMIYA
ad7c09ef10 Update CHANGES for PR #8338 2020-10-25 18:59:33 +09:00
Takeshi KOMIYA
746842f4fc Update CHANGES for PR #8323 2020-10-25 18:52:45 +09:00
Takeshi KOMIYA
eb3d9355f5 Merge pull request #8332 from sphinx-doc/8321_linkcheck_tel_links
Fix #8321: linkcheck: ``tel:`` schema hyperlinks are detected as errors
2020-10-25 18:48:50 +09:00
Matthias Geier
38a6838119 Add CHANGES for #8320 2020-10-24 15:12:58 +02:00
Takeshi KOMIYA
cc97a07640 Fix #7785: autodoc_typehints=none does not effect to overloads 2020-10-24 20:54:56 +09:00
Takeshi KOMIYA
3b85187ffa Merge pull request #8289 from graingert/allow-to-suppress-duplicated-toc
Allow to suppress "duplicated toc entry" warnings from epub builder
2020-10-24 20:29:06 +09:00
Takeshi KOMIYA
3171a44032 Fix #8321: linkcheck: `tel:` schema hyperlinks are detected as errors 2020-10-24 20:11:23 +09:00
Jakob Lykke Andersen
37f1454ec1 C, C++, improve warnings on duplicates 2020-10-24 12:22:02 +02:00
Takeshi KOMIYA
445b9515c1 Merge branch '3.x' 2020-10-24 18:12:45 +09:00
Takeshi KOMIYA
2a77eb07d0 Merge branch '3.x' into 3.2.x_to_3.x 2020-10-24 17:18:12 +09:00
Jean-François B
569c7b02de Merge branch '3.x' into fix-oneside-latex 2020-10-23 15:16:11 +02:00
Jakob Lykke Andersen
15251574a9 C, fix links to function parameters 2020-10-13 12:42:19 +02:00
Thomas Grainger
529d19ff81 wrap CHANGES at 85 cols 2020-10-05 22:12:34 +01:00
Thomas Grainger
3f26564c28 Apply suggestions from code review 2020-10-05 22:10:25 +01:00