Commit Graph

13998 Commits

Author SHA1 Message Date
Takeshi KOMIYA
b80c7cd234
Merge pull request #7152 from gpotter2/elipsispatch
Fix #7146: support (...) in type hint comments (V2)
2020-02-16 20:35:40 +09:00
gpotter2
016bdd204c Mypy fixes 2020-02-16 11:15:23 +00:00
gpotter2
1d95ee936c Remove unused enumerate 2020-02-16 09:13:30 +00:00
Takeshi KOMIYA
1339948dce
Merge pull request #7157 from tk0miya/7156_kwonlyargs_sep
Fix #7156: autodoc: separator for keyword only arguments is not shown
2020-02-16 18:11:48 +09:00
Takeshi KOMIYA
98d24464f1 refactor: Support suppressed type_comment (refs: #7152) 2020-02-16 17:32:21 +09:00
Takeshi KOMIYA
cd8f3a78d9 Fix #7156: autodoc: separator for keyword only arguments is not shown 2020-02-16 01:37:23 +09:00
gpotter2
51b80ab121 Fix #7146 2020-02-14 16:12:12 +00:00
Takeshi KOMIYA
2e89b66e7a
Merge pull request #7149 from tk0miya/restart_test_with_nightly
Revert "Stop to test with nightly python"
2020-02-14 11:39:25 +09:00
Takeshi KOMIYA
30ff35acc0 Revert "Stop to test with nightly python"
This reverts commit 21ea6838d9.
2020-02-14 10:49:14 +09:00
Takeshi KOMIYA
67abd960ed
Merge pull request #7141 from tk0miya/7318_typehints_crashed_by_unboundobj
Fix #7138: autodoc: crashed when variable has unbound object
2020-02-14 01:03:08 +09:00
Takeshi KOMIYA
7d7f1958f5 Fix #7138: autodoc: crashed when variable has unbound object 2020-02-13 00:20:31 +09:00
Takeshi KOMIYA
0457e2e161 Bump version 2020-02-11 23:11:30 +09:00
Takeshi KOMIYA
5b47df9ebf Bump to 2.4.1 final 2020-02-11 23:09:36 +09:00
Takeshi KOMIYA
34da0e4539
Merge pull request #7130 from tk0miya/7126_autodoc_TypeError
Fix #7126: autodoc: TypeError: getset_descriptor object is not iterable
2020-02-11 19:58:31 +09:00
Takeshi KOMIYA
b9076da050
Merge pull request #7132 from tk0miya/stop_testing_with_nightly
Stop to test with nightly python
2020-02-11 19:57:58 +09:00
Takeshi KOMIYA
21ea6838d9 Stop to test with nightly python
It seems nightly python image on Travis CI has broken now.  This
stops to test with it temporarily to make our development keep going.
https://travis-ci.community/t/python-development-versions-no-longer-include-pip/7180
2020-02-11 19:47:59 +09:00
Takeshi KOMIYA
5679620253 Fix #7126: autodoc: TypeError: getset_descriptor object is not iterable 2020-02-11 11:08:36 +09:00
Takeshi KOMIYA
0eb3d65e47
Merge pull request #7122 from tk0miya/7120_scaling_svg
Fix #7120: html: crashed when on scaling SVG images which have float dimentions
2020-02-11 11:07:20 +09:00
Takeshi KOMIYA
6cdc09272e Fix #7120: html: crashed when on scaling SVG images which have float dimentions 2020-02-09 22:22:27 +09:00
Takeshi KOMIYA
c86e17d4be Bump version 2020-02-09 16:19:50 +09:00
Takeshi KOMIYA
a72135c454 Bump to 2.4.0 final 2020-02-09 16:17:10 +09:00
Takeshi KOMIYA
5aaf3749f1 Update CHANGES: merge 2.3.2 changes into 2.4.0 2020-02-09 15:30:15 +09:00
Takeshi KOMIYA
a17ad5cd39 Merge branch '2.3.2' into 2.0 2020-02-09 15:29:10 +09:00
Takeshi KOMIYA
d07985ed85
Merge pull request #7114 from tk0miya/7112_svg_not_floated
Fix #7112: html: SVG image is not layouted as float even if aligned
2020-02-09 15:26:49 +09:00
Takeshi KOMIYA
89e316997b
Merge pull request #7116 from tk0miya/7115_override_LATEXMKOPTS
Close #7115: LaTeX: Allow to override LATEXOPTS and LATEXMKOPTS via envvars
2020-02-09 15:19:15 +09:00
Takeshi KOMIYA
60797f82fa fix 2020-02-09 15:05:46 +09:00
Takeshi KOMIYA
2dd02729bc Fix #7112: html: SVG image is not layouted as float even if aligned 2020-02-09 15:04:53 +09:00
Takeshi KOMIYA
ebb9a9af46
Merge pull request #7107 from tk0miya/7106_enumerated_nodes_marked_as_duplicated
Fix #7106: std domain: enumerated nodes are marked as duplicated
2020-02-09 11:24:21 +09:00
Takeshi KOMIYA
f751ab832e
Merge pull request #7113 from tk0miya/6327_apidoc_init.so
Fix #6327: apidoc: Support a python package consisted of __init__.so file
2020-02-09 10:50:45 +09:00
Takeshi KOMIYA
3ad137b8b9
Merge branch '2.0' into 7106_enumerated_nodes_marked_as_duplicated 2020-02-09 10:46:32 +09:00
Takeshi KOMIYA
54d13f9264
Merge pull request #7102 from tk0miya/7095_dirhtml_broken_docref
Fix #7095: dirhtml: Cross references are broken via intersphinx and :doc:
2020-02-09 10:45:09 +09:00
Takeshi KOMIYA
46e58d3989 Close #7115: LaTeX: Allow to override LATEXOPTS and LATEXMKOPTS via envvars 2020-02-09 00:27:56 +09:00
Takeshi KOMIYA
0f21a12834 Fix #7106: std domain: enumerated nodes are marked as duplicated 2020-02-08 20:44:28 +09:00
Takeshi KOMIYA
1e5342faa9
Merge pull request #7109 from sphinx-doc/6033_doc_for_tocdepth
docs: Add a restriction note about tocdepth (refs: #6033)
2020-02-08 18:37:06 +09:00
Takeshi KOMIYA
dee8b9eddb Fix #6327: apidoc: Support a python package consisted of __init__.so file 2020-02-08 18:11:48 +09:00
Takeshi KOMIYA
9d301e5b81 refactor: apidoc.shall_skip() 2020-02-08 17:59:29 +09:00
Takeshi KOMIYA
1a52381a0a
Merge pull request #7099 from tk0miya/6581_latex_reversed_toctree
Fix #6581: :reversed: for toctree does not effect to LaTeX build
2020-02-08 01:11:36 +09:00
Takeshi KOMIYA
f6acd061f3 docs: Add a restriction note about tocdepth (refs: #6033) 2020-02-07 23:59:20 +09:00
Takeshi KOMIYA
bab2134648
Merge pull request #7098 from tk0miya/6568_autosummary_imported_members_ignored
Fix #6568: autosummary_imported_members is not working for submodules
2020-02-07 23:33:09 +09:00
Takeshi KOMIYA
13ca2323a9 Fix #7095: dirhtml: Cross references are broken via intersphinx and :doc: 2020-02-07 23:32:27 +09:00
Matthias Geier
327778ca22
Disable arrow keys when a modifier key is pressed (#7089)
* Disable arrow keys when a modifier key is pressed

Closes #7088.

* #7088 document key navigation option

* add change note for #7088

Co-authored-by: Timotheus Kampik <timotheus.kampik@signavio.com>
2020-02-07 13:08:51 +01:00
Takeshi KOMIYA
4198219bb1
Merge pull request #7061 from tk0miya/6785_attr_can_refer_props
Fix #6785: py domain: :py:attr: is able to refer properties again
2020-02-06 23:19:36 +09:00
Takeshi KOMIYA
ecf7307023
Merge branch '2.0' into 6785_attr_can_refer_props 2020-02-06 22:30:50 +09:00
Takeshi KOMIYA
41eb2575f1 Update CHANGES for PR #7097 2020-02-06 00:51:40 +09:00
Takeshi KOMIYA
7e4fe6a425
Merge pull request #7097 from s-weigand/sanitize-image-filenames
Sanitize image filenames
2020-02-06 00:50:35 +09:00
Takeshi KOMIYA
753080ad1d Fix #6581: :reversed: for toctree does not effect to LaTeX build 2020-02-06 00:46:40 +09:00
Takeshi KOMIYA
6b14fcc731
Merge pull request #7091 from tk0miya/7090_numfig_for_custom_containers
Fix #7090: std domain: Can't assign numfig-numbers for custom container nodes
2020-02-05 02:05:31 +09:00
Takeshi KOMIYA
cb856414ec Fix #6568: autosummary_imported_members is not working for submodules 2020-02-05 02:00:33 +09:00
s-weigand
ca0f1c49c9 Also added sanitizing to 'ImageDownloader' 2020-02-04 17:32:33 +01:00
s-weigand
7f93bbf397 Added entry to CHANGES 2020-02-04 14:01:51 +01:00