Commit Graph

18709 Commits

Author SHA1 Message Date
Takeshi KOMIYA
b0b51cecc2 Close #10146: autodoc: autodoc_default_options does not support no-value option 2022-01-31 01:51:37 +09:00
Takeshi KOMIYA
799385f555
Merge pull request #9337 from marxin/new-shortcuts
Implement new search shortcuts.
2022-01-31 00:11:45 +09:00
Takeshi KOMIYA
07110b7557
Merge pull request #10132 from tk0miya/10122_install_check_in_make.bat
Fix #10122: make.bat should check the installation before help
2022-01-30 23:54:37 +09:00
Takeshi KOMIYA
8d82b9cd22
Merge pull request #10148 from tk0miya/order_of_CHANGES
Fix the order of CHANGES
2022-01-30 23:54:15 +09:00
Takeshi KOMIYA
f97ca41cfd Fix the order of CHANGES 2022-01-30 23:37:24 +09:00
Takeshi KOMIYA
13011703ea Fix #10122: make.bat should check the installation before help 2022-01-30 23:36:52 +09:00
Takeshi KOMIYA
c75e43a321
Merge pull request #10136 from tk0miya/10133_autodoc_mocked_module
Fix #10133: autodoc: Crashed when mocked module is used for type annotation
2022-01-30 23:35:54 +09:00
Takeshi KOMIYA
3007fe49b1
Merge pull request #10131 from tk0miya/10125_improve_extlinks_suggestion
Close #10125: extlinks: Improve suggestion message for a reference having title
2022-01-30 23:20:29 +09:00
Takeshi KOMIYA
444e27865d Fix #10133: autodoc: Crashed when mocked module is used for type annotation 2022-01-30 23:19:55 +09:00
Takeshi KOMIYA
65c6684a83
Merge pull request #10135 from tk0miya/10121_depart_admonitions
Fix #10121: html: <div> tag for admonition is not closed w/ docutils-0.18
2022-01-30 23:16:33 +09:00
Takeshi KOMIYA
0aa2c92b41
Merge pull request #10140 from tcmetzger/autosummary_fix_typos
Docs: Fix typos in autosummary.rst
2022-01-30 23:09:19 +09:00
Takeshi KOMIYA
affbc4f223
Merge pull request #10144 from sphinx-doc/bot/pull-translations
Update message catalogs
2022-01-30 17:01:08 +09:00
tk0miya
cf2f6ec69e Update message catalogs 2022-01-30 00:12:06 +00:00
Timo Cornelius Metzger
8f39f29725 Update autosummary.rst 2022-01-27 20:22:45 -08:00
Takeshi KOMIYA
5be4f47d85 Fix #10121: html: <div> tag for admonition is not closed w/ docutils-0.18
Since v0.18, docutils has output <aside> tag to represent admonitions.
On the other hand, our custom HTML Writer overrides the handler for
admonition nodes halfly.  As a result, the opening and closing tags
become mismatched.  This fully overrides the handler to use <div> tag to
represent admonitions.
2022-01-26 22:59:52 +09:00
Takeshi KOMIYA
e54b63d3ee
Merge pull request #10129 from sphinx-doc/bot/pull-translations
Update message catalogs
2022-01-23 20:21:49 +09:00
Takeshi KOMIYA
d8a398bbdd Close #10125: extlinks: Improve suggestion message for a reference having title 2022-01-23 20:09:47 +09:00
tk0miya
88f69f9187 Update message catalogs 2022-01-23 00:11:31 +00:00
Martin Liska
8cf3179ad2 Implement new shortcuts:
- "/" for Focus search bar
- "ESC" - clear highlighted text

Fixes #691.

Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com>
2022-01-22 16:16:35 +01:00
Takeshi KOMIYA
0cc338f9c5
Merge pull request #10119 from Bibo-Joshi/elaborate-docs-on-nitpick_ignore
Documentation: Mention `nitpick_ignore(_regex)` in docs of `warn-missing-reference`
2022-01-22 11:59:34 +09:00
Hinrich Mahler
84a6270685 Mention nitpick_ignore(_regex) in docs of warn-missing-reference 2022-01-18 22:01:52 +01:00
Takeshi KOMIYA
2be0630951
Merge pull request #10108 from tk0miya/9456_html_show_search_summary
Close #9456: html search: Add a config variable; html_show_search_summary
2022-01-18 02:24:34 +09:00
Takeshi KOMIYA
d44ea70272
Merge pull request #10109 from kianmeng/revert-typo-change
Revert typo change
2022-01-18 01:26:06 +09:00
Kian-Meng Ang
6b47019b31 Revert typo change 2022-01-17 03:16:34 +08:00
Takeshi KOMIYA
72bb5c998f Close #9456: html search: Add a config variable; html_show_search_summary
refs: #9494
2022-01-17 01:44:42 +09:00
Takeshi KOMIYA
bd55cce6e6 Bump version 2022-01-17 00:21:22 +09:00
Takeshi KOMIYA
99947d9b18 Bump version 2022-01-17 00:19:41 +09:00
Takeshi KOMIYA
88f9647a22 Bump to 4.4.0 final 2022-01-17 00:17:38 +09:00
Takeshi KOMIYA
fc428ad324
Merge pull request #9822 from jakobandersen/intersphinx_role
Intersphinx role (2)
2022-01-16 18:10:15 +09:00
Jakob Lykke Andersen
5d595ec0c4 intersphinx role, simplify role_name check
Co-authored-by: Takeshi KOMIYA <i.tkomiya@gmail.com>
2022-01-16 09:48:39 +01:00
Jakob Lykke Andersen
6ee0ecbe40 intersphinx role, simplify role name matching 2022-01-16 09:48:29 +01:00
Jakob Lykke Andersen
3bf8bcd6e1 intersphinx role, update docs 2022-01-16 09:48:20 +01:00
Jakob Lykke Andersen
c11b109d59 intersphinx role: :external+inv:**: instead of :external:inv+**: 2022-01-16 09:48:11 +01:00
Jakob Lykke Andersen
9589a2bc05 intersphinx role, remove redundant method 2022-01-16 09:48:06 +01:00
Jakob Lykke Andersen
941db550f0 intersphinx role, fix flake8 warnings 2022-01-16 09:48:06 +01:00
Jakob Lykke Andersen
9a3f2b8542 intersphinx role, CHANGES 2022-01-16 09:48:06 +01:00
Jakob Lykke Andersen
540d76035c intersphinx role, documentation 2022-01-16 09:48:06 +01:00
Jakob Lykke Andersen
ccc4f95b42 intersphinx role, hax role name to preserve case 2022-01-16 09:48:06 +01:00
Jakob Lykke Andersen
029d0e5b18 intersphinx role: new inventory parsing from role name 2022-01-16 09:48:06 +01:00
Jakob Lykke Andersen
ce5512e3af intersphinx role, implement warning scheme
and temporarily remove explicit inventories
2022-01-16 09:48:06 +01:00
Jakob Lykke Andersen
184fd6a4aa intersphinx role, update based on merged refactoring 2022-01-16 09:48:06 +01:00
Jakob Lykke Andersen
36c6eafdf1 intersphinx: explicitly parse out inventory specification 2022-01-16 09:48:06 +01:00
Jakob Lykke Andersen
454a1c599e intersphinx: remove dual warning from role resolution 2022-01-16 09:48:06 +01:00
Jakob Lykke Andersen
69fa5260fc intersphinx role: rename to 'external' 2022-01-16 09:47:54 +01:00
Jakob Lykke Andersen
8605644e83 intersphinx: more role testing 2022-01-16 09:47:54 +01:00
Takeshi KOMIYA
35dcc60a7c intersphinx: Add :intersphinx:***: role 2022-01-16 09:47:53 +01:00
Takeshi KOMIYA
b4227dbe1b refactor: Add CustomReSTDispatcher as a base class of custom dispatchers
To create custom reST dispatcher easily, this adds CustomReSTDispatcher
class as a base class of custom dispatchers.
2022-01-16 09:47:53 +01:00
Takeshi KOMIYA
26a4f5d2b8
Merge pull request #10105 from sphinx-doc/bot/pull-translations
Update message catalogs
2022-01-16 14:13:48 +09:00
tk0miya
d1e1d8645f Update message catalogs 2022-01-16 00:13:04 +00:00
Takeshi KOMIYA
da3981ae30 Update CHANGES for PR #10101 2022-01-16 03:04:01 +09:00