Commit Graph

14514 Commits

Author SHA1 Message Date
Takeshi KOMIYA
9b06f4012c
Merge pull request #7159 from tk0miya/render_lambda_in_signature
py domain: Support lambda functions in function signature
2020-02-22 15:23:07 +09:00
Takeshi KOMIYA
723c4491c7
Merge pull request #7194 from tk0miya/search_show_warning
html search: show warning if [role=main] element not found
2020-02-22 14:16:02 +09:00
Takeshi KOMIYA
73fd75f117 html search: show warning if [role=main] element not found 2020-02-22 13:57:41 +09:00
Takeshi KOMIYA
792b578d46 Update CHANGES 2020-02-22 13:53:54 +09:00
Takeshi KOMIYA
31a4bfbf0d
Merge pull request #7192 from vsalvino/searchfix
Fix search in dirhtml output
2020-02-22 13:52:32 +09:00
Takeshi KOMIYA
6d90239393
Merge branch '2.4.x' into searchfix 2020-02-22 13:28:44 +09:00
Takeshi KOMIYA
41603351da
Merge pull request #7187 from tk0miya/7183_attr_ref_over_intersphinx
Fix #7183: intersphinx: ``:attr:`` reference to property is broken
2020-02-22 13:24:35 +09:00
Takeshi KOMIYA
53e93c9c90
Merge branch '2.4.x' into 7183_attr_ref_over_intersphinx 2020-02-22 13:10:47 +09:00
Takeshi KOMIYA
404b507dec
Merge pull request #7190 from tk0miya/7189_async_classmethod
Fix #7189: autodoc: classmethod coroutines are not detected
2020-02-22 12:47:35 +09:00
Takeshi KOMIYA
294858e6f4
Merge pull request #7176 from tk0miya/deprecate_DescDirective
Deprecate DescDirective
2020-02-22 12:29:15 +09:00
Takeshi KOMIYA
5648b2eb88 Deprecate DescDirective 2020-02-22 12:15:20 +09:00
Vince Salvino
9fdc18d8de Adding documentation 2020-02-21 18:41:46 -05:00
Vince Salvino
2cec6b084b Fix search in dirhtml output 2020-02-21 17:21:03 -05:00
Takeshi KOMIYA
2db006a0af Fix #7183: intersphinx: `:attr:` reference to property is broken 2020-02-22 01:28:13 +09:00
Takeshi KOMIYA
2fec37219f Fix #7189: autodoc: classmethod coroutines are not detected 2020-02-22 00:49:45 +09:00
Takeshi KOMIYA
130a0a7f38 Update CHANGES for PR #7185 2020-02-20 23:22:28 +09:00
Takeshi KOMIYA
a27c83b81e
Merge pull request #7185 from toshihikoyanase/fix_property_access_of_vararg
Fix #7184: fix property access of vararg and kwarg.
2020-02-20 23:20:29 +09:00
Toshihiko Yanase
0ee64fa40c Fix property access of vararg and kwarg. 2020-02-19 22:21:34 +09:00
Takeshi KOMIYA
7d3ad79392 Merge branch '2.x' into 3.x 2020-02-19 01:29:16 +09:00
Takeshi KOMIYA
05dbe67145 Merge branch '2.4.x' into 2.x 2020-02-19 01:27:58 +09:00
Takeshi KOMIYA
78aac416a4 Bump version 2020-02-19 01:27:38 +09:00
Takeshi KOMIYA
47a9845af2 Bump to 2.4.2 final 2020-02-19 01:24:48 +09:00
Takeshi KOMIYA
c203aa87b8
Merge pull request #7180 from tk0miya/7178_TypeError_for_annotations
Fix #7178: autodoc: TypeError is raised on fetching type annotations
2020-02-19 01:17:20 +09:00
Takeshi KOMIYA
5b84938cd2 Fix #7178: autodoc: TypeError is raised on fetching type annotations 2020-02-19 00:13:32 +09:00
Takeshi KOMIYA
4e6676b902
Merge pull request #7169 from tk0miya/fix_type_comment_i18n
Fix message is not translated in autodoc/type_comment.py
2020-02-18 10:45:09 +09:00
Takeshi KOMIYA
a033d53c24 Close #7032: html_scaled_image_link is disabled for individual image 2020-02-18 01:48:11 +09:00
Takeshi KOMIYA
879dce72bc Fix message is not translated in autodoc/type_comment.py 2020-02-18 01:45:33 +09:00
Takeshi KOMIYA
f6882d7466 Merge branch '2.x' into 3.x 2020-02-18 01:42:37 +09:00
Takeshi KOMIYA
e6bb13de72 Merge branch '2.4.x' into 2.x 2020-02-18 01:42:21 +09:00
Takeshi KOMIYA
011bdeb774
Merge pull request #7174 from tk0miya/7137_viewcode_non_python_code
Fix #7137: viewcode: Avoid to crash when non-python code given
2020-02-18 01:37:18 +09:00
Takeshi KOMIYA
4fc80e2816
Merge pull request #7168 from tk0miya/6346_update_doc
doc: Update usage/quickstart.rst to adjust latest quickstart
2020-02-18 00:58:47 +09:00
Takeshi KOMIYA
739cf21bd9
Merge branch '2.4.x' into 7137_viewcode_non_python_code 2020-02-18 00:29:57 +09:00
Takeshi KOMIYA
8ccae3996e
Merge pull request #7173 from tk0miya/7170_debug_print
Fix #7170: text: Remove debug print
2020-02-18 00:28:14 +09:00
Takeshi KOMIYA
4a7ce87cbc
Merge pull request #7121 from tk0miya/renaming_stable_branch
Renaming stable branch to A.x
2020-02-18 00:24:36 +09:00
Takeshi KOMIYA
85138ff449 Fix #7137: viewcode: Avoid to crash when non-python code given 2020-02-18 00:23:23 +09:00
Takeshi KOMIYA
97a3ddd2b8 Fix #7170: text: Remove debug print 2020-02-18 00:15:28 +09:00
sethg
d89d348db1 Append to tagetnode names list 2020-02-16 21:38:47 +01:00
sethg
28ad370343 Add option to docs 2020-02-16 21:37:41 +01:00
Takeshi KOMIYA
24b9efb65e doc: Update usage/quickstart.rst to adjust latest quickstart 2020-02-17 02:12:27 +09:00
Takeshi KOMIYA
af62fa61e6
Merge pull request #7166 from tk0miya/fix_broken_tutorial
doc: Fix file inclusion in recipe tutorial has been broken
2020-02-17 01:29:32 +09:00
Takeshi KOMIYA
c97218cc97 doc: Fix file inclusion in recipe tutorial has been broken 2020-02-17 01:20:59 +09:00
Takeshi KOMIYA
59c973c8c2
Merge pull request #7164 from tk0miya/cleanup_PYTHONWARNINGS
Clean up PYTHONWARNINGS
2020-02-16 22:40:57 +09:00
Takeshi KOMIYA
333596dc10 Close #7144: Add CSS class indicating its domain for each desc node 2020-02-16 22:31:12 +09:00
Takeshi KOMIYA
c09ff16a32 Clean up PYTHONWARNINGS 2020-02-16 22:23:46 +09:00
Takeshi KOMIYA
379f52badf
Merge pull request #7154 from tk0miya/deprecate_Parser.app
Deprecate sphinx.parsers.Parser.app
2020-02-16 22:19:22 +09:00
Takeshi KOMIYA
46f7dc53ef
Merge pull request #7162 from tk0miya/7161_autodoc.typhints_parallel_build
Fix #7161: autodoc: typehints extension does not support parallel build
2020-02-16 21:45:56 +09:00
Takeshi KOMIYA
63ece93473
Merge pull request #7163 from tk0miya/fix_DeprecationWarning
Fix DeprecationWarnings on testing
2020-02-16 21:45:29 +09:00
Takeshi KOMIYA
ee19434201
Merge pull request #7160 from tk0miya/refactor_type_annotation3
refactor: Update type annotations in sphinx.ext.*
2020-02-16 21:42:47 +09:00
Takeshi KOMIYA
954db2bd27 Merge branch '2.0' 2020-02-16 21:42:20 +09:00
Takeshi KOMIYA
e9c165fa55 Merge branch '2.4.2' into 2.0 2020-02-16 21:41:47 +09:00