Commit Graph

15333 Commits

Author SHA1 Message Date
Takeshi KOMIYA
acf9c0c3c6
Merge pull request #7527 from tk0miya/6040_autosummary_recursive
recursive autosummary feature
2020-04-22 22:14:35 +09:00
Matthias Geier
592c0a9453 basic theme: Avoid whitespace at the beginning of genindex.html 2020-04-22 12:05:16 +02:00
Takeshi KOMIYA
72c57ff131 test: Fix flake8 violation 2020-04-22 01:29:48 +09:00
Takeshi KOMIYA
4a7934ba1a autosummary: Make recursively generated stub-files flatten 2020-04-22 00:27:59 +09:00
Takeshi KOMIYA
cc6ba63f5e test: Remove meaningless testcases 2020-04-22 00:23:37 +09:00
Takeshi KOMIYA
ef1362886f refactor: Not to use deprecated helper: Path.text() 2020-04-21 23:39:51 +09:00
Takeshi KOMIYA
b09978a5d6 refactor: autosummary: Remove unused parameter 2020-04-21 23:38:18 +09:00
Takeshi KOMIYA
6e28675727 doc: Fix version 2020-04-21 23:38:18 +09:00
Takeshi KOMIYA
7671bcc23b Remove autosummary_recursive configuration
Now autosummary directive has :recursive: option to enable the
recursive feature individually.  So the configuration is no longer
needed.
2020-04-21 23:38:18 +09:00
Takeshi KOMIYA
b9da9237bc Merge branch '3.x' into 6040_autosummary_recursive 2020-04-21 23:04:38 +09:00
Takeshi KOMIYA
476b73b6ca autosummary: Add :recursive: option to autosummary directive 2020-04-21 22:47:00 +09:00
Takeshi KOMIYA
31a34c2cd1 Update CHANGES for PR #7156 2020-04-21 00:57:16 +09:00
Takeshi KOMIYA
a65db71d79
Merge pull request #7520 from a-recknagel/3.0.x
fix for #7516
2020-04-21 00:55:10 +09:00
Arne
84413edd58 fix for #7516 2020-04-20 17:03:50 +02:00
Takeshi KOMIYA
44da84c910
Merge pull request #7519 from mgeier/sphinx-url
Change http:// to https://www in HTML footer
2020-04-20 23:33:32 +09:00
Matthias Geier
16b0784b5a Change http:// to https://www in HTML footer 2020-04-20 13:36:26 +02:00
Takeshi KOMIYA
c2c95ef587
Merge pull request #7411 from tk0miya/latex_theme_options
LaTeX: Add `latex_theme_options` to override theme options
2020-04-20 01:50:06 +09:00
Takeshi KOMIYA
6b07d8f363 autodoc: Suppress default value for uninitialized variables 2020-04-20 01:48:05 +09:00
Takeshi KOMIYA
a42de07bcf Close #2044: autodoc: Suppress default value for instance attributes 2020-04-20 01:29:01 +09:00
Takeshi KOMIYA
12cb90c3fa
Merge pull request #7492 from tk0miya/7490_autosummary_caption
Close #7490: autosummary: Add ``:caption:`` option to autosummary directive
2020-04-20 00:52:45 +09:00
Takeshi KOMIYA
05aff200b1 LaTeX: Add :confval:latex_theme_options to override theme options 2020-04-20 00:51:08 +09:00
Takeshi KOMIYA
66744c656e
Merge pull request #7413 from tk0miya/papersize_for_latex_theme
LaTeX: Allow to override papersize and pointsize from LaTeX themes
2020-04-20 00:49:17 +09:00
Takeshi KOMIYA
776ec7957c
Merge pull request #7509 from tk0miya/refactor_Optional_typehints
refactor: Add Optional to type annotations
2020-04-20 00:48:17 +09:00
Takeshi KOMIYA
b5066cf48f
Merge pull request #7513 from tk0miya/7488_docs
Fix #7488: Update docs
2020-04-20 00:47:34 +09:00
Takeshi KOMIYA
59b638dd4d Merge branch '3.0.x' into 3.x 2020-04-19 23:43:54 +09:00
Takeshi KOMIYA
d08d4de01f Bump version 2020-04-19 23:42:36 +09:00
Takeshi KOMIYA
2458dd3f8c Bump to 3.0.2 final 2020-04-19 23:41:11 +09:00
Takeshi KOMIYA
26e64c9d10
Merge pull request #7512 from mgeier/sphinx-version
Check for __display_version__ in package_dir
2020-04-19 23:27:23 +09:00
Takeshi KOMIYA
bf4d3dad78
Merge pull request #7511 from tk0miya/7510_kwonlyarg_None
Fix #7510: py domain: keyword-only arguments are wrongly rendered
2020-04-19 23:21:40 +09:00
Takeshi KOMIYA
900b3cb435
Merge pull request #7502 from tk0miya/fix_html_use_opensearch
doc: Fix html_use_opensearch of sphinx-doc.org
2020-04-19 23:04:58 +09:00
Takeshi KOMIYA
68375c92f2 Fix #7488: Update docs 2020-04-19 23:01:57 +09:00
Takeshi KOMIYA
b2140c8623 Fix #7510: py domain: keyword-only arguments are wrongly rendered 2020-04-19 22:57:38 +09:00
Takeshi KOMIYA
c0f780a795 Merge branch '3.0.x' into 3.x 2020-04-19 22:53:54 +09:00
Takeshi KOMIYA
142d0bb7d8
Merge pull request #7508 from tk0miya/typing.Type
Fix sphinx crashes with ImportError on python3.5.1
2020-04-19 22:53:29 +09:00
Matthias Geier
d34930e253 Check for __display_version__ in package_dir 2020-04-19 15:50:06 +02:00
Takeshi KOMIYA
a24ef1f0cc refactor: Add Optional to type annotations 2020-04-19 16:56:40 +09:00
Takeshi KOMIYA
5290578256 Fix sphinx crashes with ImportError on python3.5.1
typing.Type was added since python 3.5.2. So it should be imported
only on type checking.
2020-04-19 16:34:54 +09:00
Takeshi KOMIYA
5c14375365 Merge branch '3.0.x' into 3.x 2020-04-19 14:56:56 +09:00
Takeshi KOMIYA
841f1c7e76 Fix #7479: autodoc: Sphinx builds has been slower since 3.0.0
Call ``inspect.unwrap()`` for Mocked objects and modules causes
deep recurrsion calls. As a result, it causes slow builds.  This
skips to try documenting mocked objects on filtering members.
2020-04-19 14:54:54 +09:00
Takeshi KOMIYA
7a7c38ebe4
Merge pull request #7504 from tk0miya/7479_mock_causes_slow_builds
Fix #7479: autodoc: Sphinx builds has been slower since 3.0.0
2020-04-19 14:54:21 +09:00
Takeshi KOMIYA
e9b64373cd Fix #7479: autodoc: Sphinx builds has been slower since 3.0.0
Call ``inspect.unwrap()`` for Mocked objects and modules causes
deep recurrsion calls. As a result, it causes slow builds.  This
skips to try documenting mocked objects on filtering members.
2020-04-19 14:46:27 +09:00
Takeshi KOMIYA
61f00bf675
Merge pull request #7501 from tk0miya/7418_term_case_insensitive_match
Fix #7418: std domain: term role role could not match case-insensitively
2020-04-19 14:39:35 +09:00
Takeshi KOMIYA
5fa55dec33 Update CHANGES for PR #7506 2020-04-19 14:15:04 +09:00
Takeshi KOMIYA
9589df4f0b
Merge pull request #7506 from mgeier/escape-canonical
Escape "canonical" URL
2020-04-19 14:14:22 +09:00
Takeshi KOMIYA
4627742cb3 doc: Fix html_use_opensearch of sphinx-doc.org 2020-04-19 01:50:38 +09:00
Matthias Geier
b283afe32f Escape "canonical" URL 2020-04-18 18:42:14 +02:00
Takeshi KOMIYA
acc4a9b3e8 Update CHANGES for PR #7414 2020-04-19 00:53:21 +09:00
Takeshi KOMIYA
368f9ab4d3
Merge pull request #7414 from cgudrian/fix_xindy_lang_options
Fix for Xindy language options
2020-04-19 00:52:10 +09:00
Takeshi KOMIYA
4577f6856c Fix #7418: std domain: term role role could not match case-insensitively 2020-04-18 23:48:49 +09:00
Takeshi KOMIYA
21341f4b6c Merge branch '3.0.x' into 3.x 2020-04-18 21:02:47 +09:00