Commit Graph

13412 Commits

Author SHA1 Message Date
Takeshi KOMIYA
1eb8e0145c
Merge pull request #6471 from tk0miya/6447_revert_undoc_module_level_variables
Revert "Fix #1063: autodoc: automodule directive handles undocumented module level variables"
2019-06-10 22:25:21 +09:00
Takeshi KOMIYA
8828017f6c Update CHANGES 2019-06-10 21:42:51 +09:00
Takeshi KOMIYA
21be789d4d Revert "Fix #1063: autodoc: automodule directive handles undocumented module level variables"
This reverts commit 69d93c967c (without
CHANGES).
2019-06-10 21:40:11 +09:00
Takeshi KOMIYA
649ebea438 autosummary: deprecate info and warn arguments for generate_autosummary_docs() 2019-06-10 13:45:28 +09:00
Takeshi KOMIYA
2289ae0a11
Merge pull request #6458 from tk0miya/6451_autodoc_optonal_imported_modules
Fix #6451: autodoc: generates docs for "optional import"ed modules as variables
2019-06-10 02:49:14 +09:00
Takeshi KOMIYA
1148f9f951
Merge branch '2.1.1' into 6451_autodoc_optonal_imported_modules 2019-06-10 02:31:32 +09:00
Takeshi KOMIYA
c3b93c15c2 Update CHANGES for PR #6445 2019-06-10 01:42:14 +09:00
Takeshi KOMIYA
0b95f3f6b3
Merge pull request #6460 from tk0miya/6436_napoleon_unknown_target_name
Fix #6436: napoleon: "Unknown target name" error
2019-06-10 01:09:42 +09:00
Takeshi KOMIYA
bc61713ab6
Merge branch '2.1.1' into 6436_napoleon_unknown_target_name 2019-06-10 01:00:39 +09:00
Takeshi KOMIYA
783de00bf0
Merge pull request #6457 from tk0miya/6455_napoleon_ignores_properties
Fix #6455: napoleon: docstrings for properties are not processed
2019-06-10 00:43:12 +09:00
Takeshi KOMIYA
dc540e2c78
Merge pull request #6465 from bingyao/6464_fix_language_code_links
Fix #6464: Update invalid links for language codes references
2019-06-10 00:42:05 +09:00
Bingyao Liu
34acdc37aa Fix #6464: updated invalid links of language codes in quickstart and all locale po files 2019-06-09 21:47:43 +08:00
Bingyao Liu
ec2ee2f7a0 docs: Update invalid file path of configuration.rst in devguide 2019-06-09 21:45:40 +08:00
Takeshi KOMIYA
d9d0e49ea9
Merge pull request #6463 from tk0miya/refactor_util_docutils
refactor: correct interface of directive() and role() to docutils'
2019-06-09 14:14:15 +09:00
Takeshi KOMIYA
f672e00c08 refactor: correct interface of directive() and role() to docutils' 2019-06-09 13:03:24 +09:00
Takeshi KOMIYA
c80e8cfdd9
Merge pull request #6459 from tk0miya/refactor_type_annotation_directives
Migrate to py3 style type annotation: sphinx.directives
2019-06-09 01:28:03 +09:00
Takeshi KOMIYA
5cabe8be35 Merge branch '2.1.1' into 2.0 2019-06-09 00:59:38 +09:00
Takeshi KOMIYA
acab4029af Migrate to py3 style type annotation: sphinx.directives 2019-06-09 00:31:00 +09:00
Takeshi KOMIYA
4db7a81528 Migrate to py3 style type annotation: sphinx.directives.patches 2019-06-09 00:31:00 +09:00
Takeshi KOMIYA
c4dfc7402e Fix #6436: napoleon: "Unknown target name" error 2019-06-09 00:23:18 +09:00
Stephen Finucane
5ec9c4bc9a
Merge pull request #6445 from stephenfin/issue/6440
apidoc: Insert newlines between submodules
2019-06-08 14:02:35 +01:00
Takeshi KOMIYA
e14c76d942 Migrate to py3 style type annotation: sphinx.directives.other 2019-06-08 19:43:55 +09:00
Takeshi KOMIYA
3f5ce569b6 Migrate to py3 style type annotation: sphinx.directives.code 2019-06-08 19:41:34 +09:00
Takeshi KOMIYA
0aed08b5be Fix #6451: autodoc: generates docs for "optional import"ed modules as variables 2019-06-08 19:06:52 +09:00
Takeshi KOMIYA
4945628594 Fix #6455: napoleon: docstrings for properties are not processed 2019-06-08 13:51:14 +09:00
Stephen Finucane
65122ad1cb apidoc: Insert newlines between submodules
Fix a regression introduced in 2.1.0 where submodules didn't have a
newline between them resulting in the following warning:

  Explicit markup ends without a blank line; unexpected unindent.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Closes: #6440
2019-06-07 15:35:01 +01:00
Takeshi KOMIYA
f0b1cbb734
Merge pull request #6453 from tk0miya/6452_autosummary_crashed_with_properties
Fix #6452: autosummary: crashed when generating document of properties
2019-06-07 22:49:01 +09:00
Takeshi KOMIYA
bc5e18af92 Fix #6452: autosummary: crashed when generating document of properties 2019-06-07 02:23:39 +09:00
Jean-François B
80a34a4b98
Merge pull request #6443 from jfbu/latex_note_fixallowbreak
LaTeX: prevent pagebrak separating note from section title
2019-06-05 17:10:37 +02:00
jfbu
40678562df Merge branch '2.1.1' into latex_note_fixallowbreak 2019-06-05 17:09:56 +02:00
Takeshi KOMIYA
9b2c1c679a Fix #6444: test: replace example.com by existing page 2019-06-05 23:42:24 +09:00
Takeshi KOMIYA
07a45f8401 Update CHANGES for PR #6439 2019-06-05 22:39:06 +09:00
Takeshi KOMIYA
301102edff
Merge pull request #6439 from mitya57/reproducible-downloads
Make generated download links reproducible
2019-06-05 22:37:58 +09:00
Takeshi KOMIYA
2f93300920 Fix #6448: autodoc: crashed when autodocumenting classes with __slots__ = None 2019-06-05 22:28:39 +09:00
Audrey Dutcher
e3321bb3a9 Don't crash when autodocumenting classes with __slots__ = None 2019-06-05 22:27:54 +09:00
Takeshi KOMIYA
f8a501d868
Merge pull request #6438 from tk0miya/refactor_type_annotation4
Migrate to py3 style type annotation: sphinx.util.requests (part3)
2019-06-05 11:58:47 +09:00
Takeshi KOMIYA
9c5b26756a Migrate to py3 style type annotation: sphinx.util 2019-06-05 01:52:19 +09:00
Takeshi KOMIYA
60b1cec446 Migrate to py3 style type annotation: sphinx.util.smartypants 2019-06-05 01:51:13 +09:00
Takeshi KOMIYA
d141fbf054 Migrate to py3 style type annotation: sphinx.util.stemmer.porter 2019-06-05 01:50:39 +09:00
Takeshi KOMIYA
ffe5e129c3 Migrate to py3 style type annotation: sphinx.util.stemmer 2019-06-05 01:50:39 +09:00
Takeshi KOMIYA
1659cc264c Migrate to py3 style type annotation: sphinx.util.requests 2019-06-05 01:49:29 +09:00
Takeshi KOMIYA
09d8526ee7 Migrate to py3 style type annotation: sphinx.util.parallel 2019-06-05 01:31:25 +09:00
Takeshi KOMIYA
086e46bdf2 Migrate to py3 style type annotation: sphinx.util.math 2019-06-05 01:30:28 +09:00
Takeshi KOMIYA
8aa04eb855 Migrate to py3 style type annotation: sphinx.util.nodes 2019-06-05 01:29:54 +09:00
Takeshi KOMIYA
1e70267cc8 Migrate to py3 style type annotation: sphinx.util.template 2019-06-05 01:29:54 +09:00
Takeshi KOMIYA
073b92d45a Migrate to py3 style type annotation: sphinx.util.rst 2019-06-05 01:29:54 +09:00
Takeshi KOMIYA
a3c9edfbe6 Migrate to py3 style type annotation: sphinx.util.osutil 2019-06-05 01:29:54 +09:00
jfbu
bf0ad9e80c LaTeX: prevent pagebrak separating note from section title
Fixes: #6442
2019-06-04 13:57:24 +02:00
Dmitry Shachnev
9df6e40145 Test that downloads with the same filename are still handled correctly 2019-06-03 20:00:14 +03:00
Dmitry Shachnev
6fc8873087 Make generated download links reproducible
Without this change the hexdigest generated in DownloadFiles.add_file()
depends on source_dir, while just the path fragment relative to it is
sufficient.
2019-06-03 19:37:21 +03:00