Commit Graph

4026 Commits

Author SHA1 Message Date
Takeshi KOMIYA
130a0a7f38 Update CHANGES for PR #7185 2020-02-20 23:22:28 +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
5b84938cd2 Fix #7178: autodoc: TypeError is raised on fetching type annotations 2020-02-19 00:13:32 +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
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
Takeshi KOMIYA
39a192be2c Merge branch '2.4.2' into 7161_autodoc.typhints_parallel_build 2020-02-16 21:20:41 +09:00
Takeshi KOMIYA
a71c6824e8 Merge branch '2.4.2' into 7151_env.indexentries_setter 2020-02-16 20:45:58 +09:00
Takeshi KOMIYA
301a7e7a81 Update CHANGES for PR #7152 2020-02-16 20:38:05 +09:00
Takeshi KOMIYA
68e248fa73 Fix #7161: autodoc: typehints extension does not support parallel build 2020-02-16 20:27:51 +09:00
Takeshi KOMIYA
151b4afde2 Fix #7151: crashed when extension assigns a value to `env.indexentries` 2020-02-16 20:22:50 +09:00
Takeshi KOMIYA
cd8f3a78d9 Fix #7156: autodoc: separator for keyword only arguments is not shown 2020-02-16 01:37:23 +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
5679620253 Fix #7126: autodoc: TypeError: getset_descriptor object is not iterable 2020-02-11 11:08:36 +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
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
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
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
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
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
7f93bbf397 Added entry to CHANGES 2020-02-04 14:01:51 +01:00
Takeshi KOMIYA
18860d0806 Merge pull request #7092 from tk0miya/7059_latex_infinite_loop
Fix #7059: latex: LaTeX compilation fails into infinite loop
2020-02-04 00:31:37 +09:00
Takeshi KOMIYA
633487ffc8 Fix #7059: latex: LaTeX compilation fails into infinite loop 2020-02-04 00:18:06 +09:00
Takeshi KOMIYA
5e4e44c195 autodoc: Support type annotations for variables 2020-02-03 01:16:21 +09:00
Takeshi KOMIYA
7c90a05144 Merge branch '2.0' into 6772_apidoc_quiet_mode 2020-02-02 23:59:52 +09:00
Takeshi KOMIYA
b1bde4f21e Fix #7090: std domain: Can't assign numfig-numbers for custom container nodes 2020-02-02 22:51:23 +09:00
Takeshi KOMIYA
179a1f9cc2 py domain: Support type annotations for variables
This adds ``:type:`` and ``:value:`` options to both ``py:data``
and ``py:attribute`` directives.  It allows to describe its
annotation in detail.
2020-02-01 12:58:27 +09:00
Takeshi KOMIYA
aced2be1fb apidoc: Add `-q` option for quiet mode (refs: #6772) 2020-02-01 00:30:09 +09:00