Commit Graph

14762 Commits

Author SHA1 Message Date
Takeshi KOMIYA
2e219366c4 Fix #7461: py domain: fails with IndexError for empty tuple in type annotation 2020-04-12 12:57:22 +09:00
Takeshi KOMIYA
d8704c4f58 Bump version 2020-04-11 00:03:42 +09:00
Takeshi KOMIYA
474f9d49e6 Bump to 3.0.1 final 2020-04-11 00:02:10 +09:00
Takeshi KOMIYA
273ece495a
Merge pull request #7452 from tk0miya/7451_error_for_non_string_docstring
Fix #7451: autodoc: failed with non-string __doc__ member
2020-04-10 23:43:36 +09:00
Takeshi KOMIYA
7b902e8623 Fix #7451: autodoc: failed with non-string __doc__ member 2020-04-10 23:06:36 +09:00
Takeshi KOMIYA
ebf2571380
Merge pull request #7454 from tk0miya/7445_rtype_annotation_None
Fix #7445: a return annotation ``None`` is not converted to a hyperlink
2020-04-10 23:04:24 +09:00
Takeshi KOMIYA
d9d381de11 Fix #7445: a return annotation `None` is not converted to a hyperlink 2020-04-10 02:07:02 +09:00
Takeshi KOMIYA
aca3f825f2
Merge pull request #7442 from tk0miya/7435_typehints_not_suppressed_for_class
Fix #7435: autodoc_typehints doesn't suppress typehints for classes/methods
2020-04-10 01:13:03 +09:00
Takeshi KOMIYA
e9e4aa8cf8 Update CHANGES for PR #7426 2020-04-10 00:26:01 +09:00
Takeshi KOMIYA
9add576b78 Update CHANGES for PR #7449 2020-04-10 00:25:39 +09:00
Takeshi KOMIYA
d9033a4b3d
Merge pull request #7426 from mgeier/escape-links
Escape some links in HTML templates
2020-04-10 00:23:57 +09:00
Takeshi KOMIYA
9ff5b212b4
Merge pull request #7449 from mitya57/no-xmlns
Do not include xmlns attribute with HTML 5 doctype
2020-04-10 00:19:19 +09:00
Takeshi KOMIYA
a6dcbc7b6a
Merge branch '3.0.x' into 7435_typehints_not_suppressed_for_class 2020-04-10 00:18:33 +09:00
Takeshi KOMIYA
9002b6c9ec
Merge pull request #7441 from tk0miya/7423_logging_non_string_object
Fix #7423: crashed when giving a non-string object to logger
2020-04-10 00:16:46 +09:00
Takeshi KOMIYA
b316375ca4
Merge pull request #7440 from tk0miya/7418_case_insensitive_glossary_dup_warning
Fix #7418: std domain: duplication warning for glossary terms is case insensitive
2020-04-10 00:11:56 +09:00
Takeshi KOMIYA
5662ece4d1
Merge branch '3.0.x' into 7423_logging_non_string_object 2020-04-09 23:53:16 +09:00
Takeshi KOMIYA
0d359fa30a
Merge branch '3.0.x' into 7418_case_insensitive_glossary_dup_warning 2020-04-09 23:46:50 +09:00
Takeshi KOMIYA
9bb204dcab
Merge pull request #7431 from tk0miya/7422_autodoc_mock_imports_causes_ValueError
Fix #7422: autodoc: fails with ValueError when using autodoc_mock_imports
2020-04-09 23:44:42 +09:00
Takeshi KOMIYA
63d610d9a7
Merge branch '3.0.x' into 7422_autodoc_mock_imports_causes_ValueError 2020-04-09 23:33:49 +09:00
Dmitry Shachnev
b0ddc26ade Do not include xmlns attribute with HTML 5 doctype 2020-04-09 15:37:59 +03:00
Jakob Lykke Andersen
b4db396a0a
Merge pull request #7444 from jakobandersen/cpp_parentKey_parallel
C++, fix merging overloaded functions in parallel builds.
2020-04-09 10:03:38 +02:00
Jakob Lykke Andersen
1086fd41ec C++, fix merging overloaded functions in parallel builds. 2020-04-08 22:45:43 +02:00
Matthias Geier
99da3fa716 Escape a few links 2020-04-08 22:19:27 +02:00
Matthias Geier
9dec86e98d Escape links to master_doc 2020-04-08 22:19:27 +02:00
Takeshi KOMIYA
ee882c8ca9
Merge branch '3.0.x' into 7423_logging_non_string_object 2020-04-09 02:05:08 +09:00
Takeshi KOMIYA
a5dadeb890 Fix #7418: std domain: duplication warning for glossary terms is case insensitive 2020-04-09 01:56:13 +09:00
Takeshi KOMIYA
0525c39b9e Fix #7435: autodoc_typehints doesn't suppress typehints for classes/methods 2020-04-09 01:15:21 +09:00
Takeshi KOMIYA
4caa7d7c37
Merge pull request #7432 from tk0miya/7428_nitpicky_for_None_class
Fix #7428: py domain: a reference to class ``None`` emits a nitpicky warning
2020-04-09 00:38:34 +09:00
Takeshi KOMIYA
1ca220762b Fix #7423: crashed when giving a non-string object to logger 2020-04-09 00:17:37 +09:00
Takeshi KOMIYA
b2ab2c6325 Fix #7428: py domain: a reference to class `None` emits a nitpicky warning 2020-04-08 01:49:24 +09:00
Takeshi KOMIYA
b15b01307e Fix #7422: autodoc: fails with ValueError when using autodoc_mock_imports 2020-04-08 01:32:09 +09:00
Takeshi KOMIYA
2def1fc704 Bump version 2020-04-06 00:14:06 +09:00
Takeshi KOMIYA
8178597970 Bump to 3.0.0 final 2020-04-06 00:11:34 +09:00
Takeshi KOMIYA
9a4ab5403e Merge 3.0.0b2 CHANGES entries into 3.0.0 2020-04-06 00:08:08 +09:00
Takeshi KOMIYA
901e693f8f Merge 2.4.5 CHANGES entries into 3.0.0 2020-04-06 00:05:36 +09:00
Takeshi KOMIYA
becc798d36 test: Fix indentation 2020-04-05 23:49:08 +09:00
Takeshi KOMIYA
afdcd73ef9 Fix flake8 error 2020-04-05 23:48:24 +09:00
Takeshi KOMIYA
231d75b0d0 Merge branch '2.x' into 3.0.x 2020-04-05 23:03:35 +09:00
Takeshi KOMIYA
223f92b5c1 Merge branch '2.4.x' into 2.x 2020-04-05 23:01:11 +09:00
Takeshi KOMIYA
44db2b5da2
Merge pull request #7415 from tk0miya/7409_priority_for_config-inited_handlers
Fix #7409: Convert configuration values on late config-inited event
2020-04-05 22:12:14 +09:00
Takeshi KOMIYA
18a14e475c Fix #7409: Convert configuration values on late config-inited event
This changes a priority for config-inited handlers of core modules
to invoke them at the late of the event.  It allows extensions to
modify configurations.
2020-04-05 22:03:54 +09:00
Takeshi KOMIYA
aa1f7fb0ff
Merge pull request #7402 from tk0miya/7401_broken_env-get-outdated
Fix #7401: Incorrect argument is passed for env-get-outdated handlers
2020-04-03 01:07:34 +09:00
Takeshi KOMIYA
e89787d4f1
Merge branch '3.0.x' into 7401_broken_env-get-outdated 2020-04-02 23:43:18 +09:00
Takeshi KOMIYA
1d299d36d6
Merge pull request #7403 from tk0miya/7355_wrong_signature_cython
Fix #7355: autodoc: a signature of cython-function is not recognized well
2020-03-31 23:13:32 +09:00
Takeshi KOMIYA
360efdefec Fix #7355: autodoc: a signature of cython-function is not recognized well 2020-03-31 21:14:08 +09:00
Takeshi KOMIYA
c4c744273c Fix #7401: Incorrect argument is passed for env-get-outdated handlers 2020-03-31 20:28:21 +09:00
Takeshi KOMIYA
ac2987a7d3
Merge pull request #7397 from tk0miya/6564_table_width
Fix html: a width of table was ignored on HTML builder (ref: #6564)
2020-03-30 23:53:24 +09:00
Takeshi KOMIYA
80e06fc38c Update message catalog 2020-03-30 23:48:19 +09:00
Takeshi KOMIYA
015def3995
Merge branch '3.0.x' into 6564_table_width 2020-03-30 23:41:04 +09:00
Takeshi KOMIYA
faf7280f97
Merge pull request #7387 from jakobandersen/before_content
Add ObjectDescription.transform_content()
2020-03-30 10:28:56 +09:00