Commit Graph

3813 Commits

Author SHA1 Message Date
Takeshi KOMIYA
4a1df77e33 Update CHANGES for PR #6419 2019-08-18 22:07:10 +09:00
Takeshi KOMIYA
bf573ae145 Merge pull request #6624 from tk0miya/6474_DocFieldTransformer_handles_non_ObjectDescription
Fix #6474: ``DocFieldTransformer`` raises AttributeError
2019-08-18 01:17:37 +09:00
Takeshi KOMIYA
bbc11a059f Update CHANGES for PR #6628 2019-08-05 01:22:30 +09:00
Takeshi KOMIYA
b43676011e Merge branch '2.0' into 6574_annotation_for_varidic_params 2019-08-03 02:19:29 +09:00
Takeshi KOMIYA
ec71c4d14a Fix #6474: `DocFieldTransformer` raises AttributeError 2019-08-02 02:07:40 +09:00
Takeshi KOMIYA
ace7b4ded7 Fix #6589: autodoc: Formatting issues with autodoc_typehints='none' 2019-08-02 01:55:53 +09:00
Takeshi KOMIYA
b3eb853680 Merge branch '2.0' into 6574_annotation_for_varidic_params 2019-08-02 01:29:39 +09:00
Takeshi KOMIYA
51523a7c07 Merge pull request #6578 from tk0miya/6574_autodoc_member_order_for_imports
Fix autodoc: autodoc_member_order_does not refer order of imports (refs: #6574)
2019-08-02 01:27:48 +09:00
jfbu
763908c75a Update CHANGES for cherry-picked #6310 2019-08-01 17:52:28 +02:00
Takeshi KOMIYA
c45f962b05 Fix #6620: i18n: classifiers of definition list are not translated with docutils-0.15 2019-08-02 00:27:24 +09:00
Takeshi KOMIYA
8c924f1b3d Fix autodoc: autodoc_member_order_does not refer order of imports (refs: #6574) 2019-07-13 22:02:49 +09:00
Takeshi KOMIYA
0bc530f1b7 Merge pull request #6563 from tk0miya/6561_glossary_hyperrer_for_alphanumeric_term
Fix #6561: glossary: Wrong hyperlinks are generated for non alphanumeric terms
2019-07-13 21:16:31 +09:00
Takeshi KOMIYA
a252636333 Merge branch '2.0' into 6561_glossary_hyperrer_for_alphanumeric_term 2019-07-13 20:59:48 +09:00
Takeshi KOMIYA
92491c0769 Fix autodoc: missing type annotation for variadic and keyword parameters (refs: #6574) 2019-07-13 19:25:38 +09:00
Takeshi KOMIYA
1c088ec163 Fix #6567: autodoc: autodoc_inherit_docstrings does not effect to __init__() 2019-07-11 01:39:17 +09:00
Takeshi KOMIYA
5d89c30dab Update CHANGES for PR #6547 2019-07-09 00:32:01 +09:00
Takeshi KOMIYA
b56390644d Fix #6561: glossary: Wrong hyperlinks are generated for non alphanumeric terms 2019-07-09 00:13:21 +09:00
Takeshi KOMIYA
33991a0d43 Merge branch '2.0' into 6549_escaped_errmsg 2019-07-07 17:25:38 +09:00
Takeshi KOMIYA
fde3d2a1ed Merge branch '2.0' into 5592_cmdoption_registers_multiple_indices 2019-07-07 16:40:17 +09:00
Takeshi KOMIYA
f44a6242be Update CHANGES for PR #6528 2019-07-06 22:57:33 +09:00
Takeshi KOMIYA
3fa3ff439c Fix #6549: sphinx-build: Escaped characters in error messages 2019-07-06 14:28:54 +09:00
Takeshi KOMIYA
31207aa813 Fix #736: Invalid sort in pair index 2019-07-06 14:12:12 +09:00
Takeshi KOMIYA
d615eff08e Fix #6531: Failed to load last environment object when extension added 2019-06-30 15:21:13 +09:00
jfbu
e028a6e34c Update CHANGES for PR #6533 2019-06-29 19:45:37 +02:00
Takeshi KOMIYA
0ff514743f Close #6475: Add override argument to app.add_autodocumenter() 2019-06-30 01:41:15 +09:00
Takeshi KOMIYA
f9e63d53d9 Update CHANGES for PR #6514 2019-06-29 00:14:26 +09:00
Takeshi KOMIYA
e7644547e7 Merge branch '2.0' into refactor_autosummary3 2019-06-22 01:34:47 +09:00
Takeshi KOMIYA
0595adce03 Merge pull request #6506 from tk0miya/6498_crashed_with_wrong_autosummary_generate
Fix #6498: autosummary: crashed with wrong autosummary_generate setting
2019-06-22 01:32:44 +09:00
Takeshi KOMIYA
f21b5b1627 Merge branch '2.1.3' into 2.0 2019-06-19 20:36:26 +09:00
Takeshi KOMIYA
6595f65b0e Bump version 2019-06-19 20:34:10 +09:00
Takeshi KOMIYA
39563d1b29 Bump to 2.1.2 final 2019-06-19 20:31:54 +09:00
Takeshi KOMIYA
2709cd3cd1 Update CHANGES for PR #6482 2019-06-19 20:30:03 +09:00
Takeshi KOMIYA
1aa1373ce3 Fix #6498: autosummary: crashed with wrong autosummary_generate setting 2019-06-19 14:03:42 +09:00
Takeshi KOMIYA
ab38b2dd8e Fix #6507: autosummary: crashes without no autosummary_generate setting 2019-06-19 13:51:38 +09:00
Takeshi KOMIYA
45027677d1 Merge branch '2.0' into 5602_apidoc_templating 2019-06-18 21:42:11 +09:00
Takeshi KOMIYA
aeb9401c20 Merge pull request #6500 from tk0miya/1464_warning_html_static_path_inside_outdir
Close #1464: html: warn html_static_path is inside outdir
2019-06-18 21:39:07 +09:00
Takeshi KOMIYA
2119a65b86 Fix #6497: custom lexers fails highlighting when syntax error 2019-06-18 01:43:14 +09:00
Takeshi KOMIYA
83c59bba6d Fix #6499: html: Sphinx never updates a copy of html_logo 2019-06-18 01:27:44 +09:00
Takeshi KOMIYA
d8208d406a Close #1464: html: warn html_static_path is inside outdir 2019-06-18 01:21:08 +09:00
Takeshi KOMIYA
99d9a6f123 Close #5592: option directive registers an index entry for each comma separated option 2019-06-16 18:58:34 +09:00
Takeshi KOMIYA
a0b4d09b1b Close #5602: apidoc: Add `--templatedir` option 2019-06-16 13:39:21 +09:00
Takeshi KOMIYA
301d0d6060 apidoc: template files are renamed to `.rst_t` 2019-06-16 13:17:51 +09:00
Takeshi KOMIYA
564d23be7a Merge pull request #6467 from tk0miya/refactor_math
refactor: Add data accessors to MathDomain
2019-06-15 23:48:57 +09:00
Takeshi KOMIYA
d2f0c83568 Merge pull request #6433 from tk0miya/refactor_todo2
refactor todo extension with Domain
2019-06-15 23:12:03 +09:00
Takeshi KOMIYA
9b0f415e21 refactor: Add data accessors to MathDomain 2019-06-15 23:05:45 +09:00
Takeshi KOMIYA
fd83dd8c12 Merge pull request #6487 from tk0miya/6486_UnboundLocalError
Fix #6486: UnboundLocalError is raised if broken extension installed
2019-06-15 23:03:21 +09:00
Takeshi KOMIYA
b95d239f68 Fix #6486: UnboundLocalError is raised if broken extension installed 2019-06-15 18:31:42 +09:00
Takeshi KOMIYA
05c1c4c33a Merge pull request #6430 from tk0miya/5124_graphviz_layout_option
Close #5124: graphviz: :graphviz_dot: option is renamed to :layout:
2019-06-15 16:46:48 +09:00
Takeshi KOMIYA
f6dfab33d2 Merge branch '2.0' into refactor_todo2 2019-06-15 16:45:17 +09:00
Takeshi KOMIYA
828c4a44f5 Merge pull request #6468 from tk0miya/refactor_autosummary
autosummary: deprecate info and warn arguments for generate_autosummary_docs()
2019-06-13 23:49:02 +09:00