Takeshi KOMIYA
caa6579dbd
Fix #8872 : autodoc: stacked singledispatches are wrongly rendered
...
When multiple singledispatch decorators are stacked, the first typehints
are copied to the subsequent definitions unexpectedly.
Now autodoc generates a dummy function not to affect typehints to
subsequent functions.
2021-05-03 21:51:19 +09:00
Takeshi KOMIYA
05abdad749
Merge pull request #9161 from tk0miya/pin_jinja2
...
Update dependency: jinja2 < 3.0 and MarkupSafe < 2.0
2021-05-03 21:47:27 +09:00
Takeshi KOMIYA
7acfc7826f
Update dependency: jinja2 < 3.0 and MarkupSafe < 2.0
...
Jinja2 and MarkupSafe have a plan to major release in the near future.
And it will introduce some changes for its APIs. To lessen the noise
of the DeprecationWarnings, this pins the versions to current stable
release.
2021-05-03 13:56:23 +09:00
Takeshi KOMIYA
b237e78f9c
Merge pull request #9154 from tk0miya/8107_class-doc-from
...
Close #8107 : autodoc: Add class-doc-from option to autoclass directive
2021-05-02 20:31:51 +09:00
Takeshi KOMIYA
30237c004d
Update CHANGES for PR #9120
2021-05-02 18:32:02 +09:00
Takeshi KOMIYA
11d3a45ba2
Merge pull request #9120 from V0lantis/feature/selecting_usage
...
Feature:
2021-05-02 18:25:09 +09:00
Takeshi KOMIYA
d8a9f243e2
Close #8107 : autodoc: Add class-doc-from option to autoclass directive
...
Add `class-doc-from` option to the `autoclass` directive to control
the content of the specific class. It takes `class`, `init`, and `both`
like `autoclass_content`.
2021-05-01 14:53:06 +09:00
Takeshi KOMIYA
d656acaba3
Merge pull request #9144 from tk0miya/refactor_linkcheck2
...
refactor: linkcheck: Call write_linkstat() at the top of process_result()
2021-05-01 01:32:43 +09:00
Takeshi KOMIYA
55b55fd45e
Merge pull request #9150 from webknjaz/patch-1
...
Mention that aiohttp uses its own custom theme
2021-05-01 01:31:24 +09:00
Takeshi KOMIYA
7bc14b596e
Merge pull request #9143 from tk0miya/refactor_linkcheck
...
refactor: linkcheck: Use attributes of CheckResult in process_result()
2021-05-01 01:30:56 +09:00
Sviatoslav Sydorenko
6e90d8a3ab
Mention that aiohttp uses its own custom theme
2021-04-29 23:50:25 +02:00
Takeshi KOMIYA
29038c9d4c
refactor: linkcheck: Call write_linkstat() at the top of process_result()
2021-04-29 18:19:38 +09:00
Takeshi KOMIYA
a7d3e9684d
refactor: linkcheck: Use attributes of CheckResult in process_result()
2021-04-29 18:01:42 +09:00
Takeshi KOMIYA
af6e63ab70
Merge branch '4.0.x' into 4.x
2021-04-29 15:06:16 +09:00
Takeshi KOMIYA
742a2e0c0a
Bump version
2021-04-29 15:04:53 +09:00
Takeshi KOMIYA
07e84752c7
Bump to 4.0.0 beta2
2021-04-29 15:03:44 +09:00
Takeshi KOMIYA
3b12911e0d
Merge pull request #9125 from tk0miya/unpin_docutils-0.17
...
Support docutils-0.17
2021-04-29 14:52:38 +09:00
Takeshi KOMIYA
1e1de0713a
Merge pull request #9138 from tk0miya/9137_program_None
...
Add doc and testcase for program directive (refs: #9137 )
2021-04-29 02:25:23 +09:00
Takeshi KOMIYA
b821c6c54a
Merge pull request #9139 from oz123/texescape-add-unicode-multiplication
...
Add unicode multiplication to texescape
2021-04-29 02:24:58 +09:00
Oz N Tiram
e8ab9ad260
Add unicode multiplication
...
Since checkmark already exists, it makes sense to have this too.
Both signs are used as "yes" or "no" replacements in text UIs.
2021-04-27 22:46:46 +02:00
Takeshi KOMIYA
d8fa067583
Add doc and testcase for program directive (refs: #9137 )
...
There is no docs and testcases for "None" argument of the program
directive. It has been implemented since very old version. But it's
not documented and tested long.
2021-04-28 02:16:57 +09:00
Takeshi KOMIYA
25a5b3bf68
Merge pull request #9134 from tk0miya/9094_testcase
...
refactor: Add testcase for mathjax3_config (refs: #9094 )
2021-04-27 01:59:56 +09:00
Takeshi KOMIYA
4582d5a396
refactor: Add testcase for mathjax3_config (refs: #9094 )
2021-04-25 22:22:13 +09:00
Takeshi KOMIYA
4e9d155396
Merge branch '4.0.x' into 4.x
2021-04-25 21:34:02 +09:00
Takeshi KOMIYA
7e7126a4a8
Merge branch '3.x' into 4.0.x
2021-04-25 21:33:49 +09:00
Takeshi KOMIYA
98e9937b37
Merge branch '3.5.x' into 3.x
2021-04-25 21:33:21 +09:00
Takeshi KOMIYA
09fd75f49f
Merge pull request #9132 from tk0miya/fix_typo
...
doc: Fix minor mark-up misses up
2021-04-24 18:59:24 +09:00
Takeshi KOMIYA
8653ceca00
Update CHANGES for PR #9129
2021-04-24 18:51:17 +09:00
Aaron Carlisle
634b05f3a5
Fix search unnecessarily requiring source files
...
This seems to have been a mistake with #4022 the ajax call functions correctly without the source files being included in the build (they are never used).
I have tested this out on several themes and now everything works correctly with `html_copy_source = False`
2021-04-24 18:44:30 +09:00
Takeshi KOMIYA
cb78512835
doc: Fix minor mark-up misses up
2021-04-24 18:37:30 +09:00
Takeshi KOMIYA
a74b43588e
Merge branch '4.0.x' into 4.x
2021-04-24 18:31:11 +09:00
Matthias Geier
778faffecc
Add documentation for mathjax2_config and mathjax3_config
2021-04-24 18:30:44 +09:00
Matthias Geier
fde1f417c8
Add CHANGES entry
2021-04-24 18:30:37 +09:00
Matthias Geier
529fb1d1ce
Add mathjax3_config config option
2021-04-24 18:30:32 +09:00
Takeshi KOMIYA
2ef86c903c
Merge pull request #9094 from mgeier/mathjax3_config
...
Add `mathjax3_config` config option
2021-04-24 18:27:34 +09:00
Matthias Geier
7b9cc0563d
Add documentation for mathjax2_config and mathjax3_config
2021-04-24 10:50:37 +02:00
Matthias Geier
534a2a648b
Add CHANGES entry
2021-04-24 10:50:37 +02:00
Takeshi KOMIYA
e21e18441f
Merge pull request #9118 from chrisjsewell/fix-typing
...
🐛 FIX: `Config.__getitem__` typing
2021-04-24 17:37:40 +09:00
Chris Sewell
9019144590
remove type: ignore
2021-04-23 22:40:07 +02:00
Chris Sewell
c47f8aa6d1
🐛 FIX: Config.__getitem__
typing
2021-04-23 22:40:07 +02:00
Matthias Geier
a794c67966
Add mathjax3_config config option
2021-04-23 22:06:31 +02:00
Takeshi KOMIYA
5e1e747e8f
Merge pull request #9128 from tk0miya/9121_duplicated_warning_for_canonical
...
Fix #9121 : py domain: duplicated warning for canonical and alias
2021-04-24 01:56:34 +09:00
Takeshi KOMIYA
d02a466cb5
Fix #9121 : py domain: duplicated warning for canonical and alias
...
A duplicated warning is emitted when both canonical and its alias
objects are defined on the same document. But it should not be emitted
because they're the same object, not conflicted.
2021-04-23 01:19:18 +09:00
Takeshi KOMIYA
1978c4a0cb
Support docutils-0.17
2021-04-22 01:38:31 +09:00
Jakob Lykke Andersen
9e1b4a8f16
Merge pull request #9122 from jakobandersen/cpp_set_name
...
C++, add internal API for setting name in ASTType
2021-04-20 21:39:10 +02:00
Jakob Lykke Andersen
86e775acba
C++, add internal API for setting name in ASTType
2021-04-20 21:25:27 +02:00
Arthur Volant
fbed1cbbde
Remove div.doctest
...
* Remove `div.doctest` so that the selecting feature in snippets code
are not just available for doctests snippets
2021-04-20 11:45:23 +02:00
Takeshi KOMIYA
53dff4ef5f
Merge branch '4.0.x' into 4.x
2021-04-20 01:45:12 +09:00
Takeshi KOMIYA
dfdc7626b5
Merge pull request #9117 from tk0miya/9116_typo
...
doc: Fix typo
2021-04-20 01:44:47 +09:00
Takeshi KOMIYA
98004403c0
Merge pull request #9111 from tk0miya/9110_restify_GenericAlias
...
Fix #9110 : autodoc: metadata of GenericAlias is not rendered as a reference in py37+
2021-04-20 01:44:21 +09:00