Commit Graph

15545 Commits

Author SHA1 Message Date
Takeshi KOMIYA
99a6633d7c
Merge pull request #7925 from tk0miya/7902_globaltoc_maxdepth
Close #7902: html theme: Add a new option globaltoc_maxdepth
2020-07-12 14:13:07 +09:00
Takeshi KOMIYA
3022f72f56
Merge pull request #7937 from tk0miya/7935_signature_is_not_shown
Fix #7935: autodoc: A default value inspect._empty conseals signatures
2020-07-12 14:12:22 +09:00
Takeshi KOMIYA
17a5a29f1e Fix #7935: autodoc: A default value inspect._empty conseals signatures
A function signature is not shown when the function has a parameter
having ``inspect._empty`` as its default value because Signature class
validates function signatures on instantiation.
2020-07-12 14:03:28 +09:00
Takeshi KOMIYA
1d6b311e2e
Merge pull request #7870 from dstansby/error-info
Propagate original extension errors
2020-07-12 13:31:42 +09:00
Tetsuo Koyama
037b9e42fd
📛 CodeTriage 2020-07-12 05:39:08 +09:00
David Stansby
92c870372f Propagate original extension error 2020-07-11 16:58:20 +01:00
Takeshi KOMIYA
e31fce0766 Close #7902: html theme: Add a new option globaltoc_maxdepth 2020-07-11 23:11:59 +09:00
Takeshi KOMIYA
6059693d71
Merge pull request #7936 from tk0miya/7691_HEAD_requests
Fix #7691: linkcheck: HEAD requests are not used for checking
2020-07-11 23:10:28 +09:00
Takeshi KOMIYA
e2c6b4230e
Merge branch '3.x' into 7691_HEAD_requests 2020-07-11 22:39:12 +09:00
Takeshi KOMIYA
d0416e7f71
Merge pull request #7930 from tk0miya/7928_resolve_typehints_for_attrs
Fix #7928: py domain: failed to resolve a type annotation for the attribute
2020-07-11 22:38:20 +09:00
Takeshi KOMIYA
1a31a7ca17
Merge pull request #7879 from tk0miya/7849_html_codeblock_linenos
Close #7849: html: Add html_codeblock_linenos
2020-07-11 21:55:00 +09:00
Takeshi KOMIYA
6dfbc5108e Close #7849: html: Add html_codeblock_linenos_style 2020-07-11 20:59:38 +09:00
AleksaC
73bbe90ee0 Cleaner fix for double trailing whitespace apidoc 2020-07-11 12:32:37 +02:00
Takeshi KOMIYA
5f1e94854d
Merge pull request #7938 from tk0miya/7924_remove_broken_image
doc: Remove broken PDF image
2020-07-11 13:37:19 +09:00
Takeshi KOMIYA
916cd4c844 Fix #7901: autodoc: annotations for overloaded functions are not resolved
So far, type annotations for overloaded functions are not resolved
because they are obtained from AST directly.  This tries to evaluate
them using a context of its function or method.
2020-07-11 12:49:24 +09:00
AleksaC
72abb19740 Remove double trailing newlines from apidoc tests 2020-07-10 23:19:07 +02:00
Takeshi KOMIYA
f3811a1c36 doc: Remove broken PDF image
It was added unexpectedly in #7924.
2020-07-11 00:28:22 +09:00
Takeshi KOMIYA
bd510c3be2 Fix #7691: linkcheck: HEAD requests are not used for checking
sphinx.util.requests:head() sends a GET requests instead of HEAD...
2020-07-10 22:12:58 +09:00
AleksaC
6e90f5ad9c Fix double trailing whitespace for apidoc with module first 2020-07-09 23:55:36 +02:00
Takeshi KOMIYA
98a854deca
Merge pull request #7924 from tk0miya/7921_translation.png
doc: Add translation.png to build latexpdf successfully
2020-07-10 02:44:11 +09:00
Takeshi KOMIYA
5da54cc035
Merge pull request #7620 from tk0miya/7619_dup_node_ids
Fix #7619: Duplicated node IDs are generated if node has multiple IDs
2020-07-09 23:31:19 +09:00
Takeshi KOMIYA
fb7b0ee571 Fix #7619: Duplicated node IDs are generated if node has multiple IDs 2020-07-09 23:15:56 +09:00
Takeshi KOMIYA
4410668776 Fix #7928: py domain: failed to resolve a type annotation for the attribute 2020-07-09 01:49:34 +09:00
Takeshi KOMIYA
2feb0b43b6 Merge branch '3.1.x' into 3.x 2020-07-09 00:42:49 +09:00
Takeshi KOMIYA
cbc16eb384
Merge pull request #7923 from tk0miya/7894_wrong_source_info
Fix #7894: gettext: Wrong source info is shown when using rst_epilog
2020-07-08 02:41:45 +09:00
Takeshi KOMIYA
6d053a683e Fix #7894: gettext: Wrong source info is shown when using rst_epilog 2020-07-08 02:32:46 +09:00
Takeshi KOMIYA
d2fdc851fa doc: Add translation.png to build latexpdf successfully 2020-07-07 22:19:21 +09:00
Takeshi KOMIYA
533b4ac7d6
Merge pull request #7922 from JulienPalard/tuto-todo
Doc: Add missing 'env-merge-info' to the todo tutorial.
2020-07-07 01:25:22 +09:00
Julien Palard
418576ddd1 Doc: Add missing 'env-merge-info' to the todo tutorial. 2020-07-06 17:55:55 +02:00
Takeshi KOMIYA
44ee514fbe Update CHANGES for PR #7910 2020-07-06 23:36:17 +09:00
Takeshi KOMIYA
7acd3ada3f
Merge pull request #7910 from ppwwyyxx/3.x
show docs for decorated special functions
2020-07-06 23:34:36 +09:00
Yuxin Wu
992d8cbdc8 use inspect.unwrap. Comment out already-broken test 2020-07-05 12:04:41 -07:00
Yuxin Wu
d20f462482 rm __init__.py 2020-07-05 12:04:25 -07:00
Yuxin Wu
f121390ea6 fix lint 2020-07-05 12:04:25 -07:00
Yuxin Wu
85fd0d870d show docs for decorated special functions 2020-07-05 12:04:25 -07:00
Takeshi KOMIYA
27ac10de04
Merge pull request #7920 from tk0miya/napoleon_namedtuple
napoleon: Adjust test expectation for namedtuple in py37+
2020-07-06 02:06:21 +09:00
Takeshi KOMIYA
21242965e0 napoleon: Adjust test expectation for namedtuple in py37+ 2020-07-06 01:55:04 +09:00
Takeshi KOMIYA
236b089ad1
Merge pull request #7919 from tk0miya/use_html5lib_from_pypi
test: Use released html5lib package
2020-07-05 23:28:49 +09:00
Takeshi KOMIYA
3d737ef2b7 test: Use released html5lib package
Recently, html5lib-1.1 was released. So it is no longer to install
it from repository.
2020-07-05 19:59:14 +09:00
Takeshi KOMIYA
fc7d805b5c Merge branch '3.1.x' into 3.x 2020-07-05 19:46:30 +09:00
Takeshi KOMIYA
faae257a9d Bump version 2020-07-05 19:45:31 +09:00
Takeshi KOMIYA
1cb5fa2f6a Bump to 3.1.2 final 2020-07-05 19:43:41 +09:00
Takeshi KOMIYA
d83d5924eb
Merge pull request #7878 from mgeier/float-clearing
basic CSS: allow more "floating"
2020-07-05 19:38:32 +09:00
Matthias Geier
c40cb79461 Update CHANGES for PR #7878 2020-07-05 10:43:36 +02:00
Matthias Geier
3098aba343 basic CSS: apply "clearfix" to admonitions etc. 2020-07-05 10:32:39 +02:00
Matthias Geier
045fc68078 basic CSS: remove overflow-x from admonition/topic, allow more "floating" 2020-07-05 10:32:39 +02:00
Jakob Lykke Andersen
09e057edf2
Merge pull request #7906 from jakobandersen/noindexentry
Add :noindexentry: option
2020-07-05 09:25:18 +02:00
Jakob Lykke Andersen
18b3e3c450 Add tests for noindexentry 2020-07-05 09:17:20 +02:00
Takeshi KOMIYA
fdd1aaf770 Merge branch '3.1.x' into 3.x 2020-07-05 16:14:17 +09:00
Takeshi KOMIYA
fe444f70d8
Merge pull request #7911 from tk0miya/7907_update_docs
doc: Update docs (refs: #7907)
2020-07-05 12:22:19 +09:00