Commit Graph

14489 Commits

Author SHA1 Message Date
Takeshi KOMIYA
fdd8955d12
Merge pull request #7278 from rdb/search-use-link-suffix
Fix use of html_file_suffix instead of html_link_suffix in search results
2020-03-09 01:28:22 +09:00
Takeshi KOMIYA
2b6f06b622 Update message catalog 2020-03-08 22:15:50 +09:00
Takeshi KOMIYA
7d46865ce7
Merge pull request #7268 from tk0miya/7079_autodoc_typehints_description
Close #7079: Make autodoc_typehints=description formal
2020-03-08 21:37:28 +09:00
rdb
a717ffec78 Fix use of html_file_suffix instead of html_link_suffix in search results 2020-03-08 09:53:51 +01:00
Takeshi KOMIYA
3f21fd6041
Merge branch '3.x' into 7079_autodoc_typehints_description 2020-03-08 15:08:47 +09:00
Takeshi KOMIYA
a73617c51b
Merge pull request #7275 from tk0miya/refactor_pydecorator
py domain: refactor PyDecoratorFunction and PyDecoratorMethod
2020-03-08 15:07:09 +09:00
Takeshi KOMIYA
d1a838cf81
Merge pull request #7271 from tk0miya/7246_drop_special_xref_helpers
Close #7246: Drop special cross reference helper for exceptions, functions and methods
2020-03-08 15:05:25 +09:00
Takeshi KOMIYA
1a17138ef0
Merge pull request #7273 from tk0miya/7267_autodoc_wrong_location
Fix #7267: autodoc: errormsg for invalid directive options has wrong location
2020-03-08 11:19:58 +09:00
Takeshi KOMIYA
8e1934b6a1 Close #7246: Drop special cross reference helper for exceptions, functions and methods 2020-03-07 23:19:54 +09:00
Takeshi KOMIYA
372813a137
Merge pull request #7262 from tk0miya/testcase_for_py
test: Add testcase for special case of PythonDomain.find_obj()
2020-03-07 23:18:07 +09:00
Takeshi KOMIYA
d49bec1c67 py domain: Deprecate PyDecoratorMixin 2020-03-07 23:13:06 +09:00
Takeshi KOMIYA
3cadc82559 py domain: refactor PyDecoratorFunction and PyDecoratorMethod 2020-03-07 23:12:41 +09:00
Takeshi KOMIYA
dd455fe3d3 test: Add testcases for decorators 2020-03-07 23:05:26 +09:00
Takeshi KOMIYA
8b5686d87c Fix #7267: autodoc: errormsg for invalid directive options has wrong location 2020-03-07 18:49:14 +09:00
Takeshi KOMIYA
d0decad04c
Merge pull request #7272 from tk0miya/update_CHANGES
Update CHANGES for #6903
2020-03-07 18:29:14 +09:00
Takeshi KOMIYA
a70da6b36a
Merge pull request #7234 from tk0miya/2815_singledispatch
Close #2815: autodoc: Support singledispatch functions and methods
2020-03-07 18:01:37 +09:00
Takeshi KOMIYA
ea329866b0 Update CHANGES for #6903 2020-03-07 18:01:16 +09:00
Takeshi KOMIYA
8f7cc26b20 autodoc: Support singledispatch methods 2020-03-07 17:50:10 +09:00
Takeshi KOMIYA
961b4d1545 Close #2815: autodoc: Support singledispatch functions 2020-03-07 17:50:10 +09:00
Takeshi KOMIYA
d517aa6c16 Close #7079: Make autodoc_typehints=description formal 2020-03-07 13:19:37 +09:00
Takeshi KOMIYA
0e89979355
Merge pull request #7265 from blueyed/rm-SPHINXPROJ
doc/{Makefile,make.bat}: remove unused SPHINXPROJ
2020-03-07 12:02:52 +09:00
Daniel Hahler
fbd111cfd1 doc/{Makefile,make.bat}: remove unused SPHINXPROJ
Appears to have been forgotten in f101bb661.
2020-03-07 03:43:49 +01:00
Takeshi KOMIYA
c8f81c0150 Merge branch '2.x' into 3.x 2020-03-07 09:57:01 +09:00
Takeshi KOMIYA
91cd2d43f0 Merge branch '2.4.x' into 2.x 2020-03-07 09:56:51 +09:00
Takeshi KOMIYA
5ab6d9e321
Merge pull request #7263 from blueyed/backport-6648
[2.4.x] Specify the target Python version in the mypy configuration
2020-03-07 09:55:32 +09:00
Jon Dufresne
354259ce0b [2.4.x] Specify the target Python version in the mypy configuration
Currently targets Python 3.5.

This caught a bug. The subprocess.run() function only started taking the
'encoding' keyword argument starting with Python 3.6.

(cherry picked from commit acb2eadc8e)

Conflicts:
	setup.cfg
2020-03-06 22:05:21 +01:00
Takeshi KOMIYA
d7cab2ebfa test: Add testcase for special case of PythonDomain.find_obj() 2020-03-07 02:18:10 +09:00
Takeshi KOMIYA
7652052bf8
Merge pull request #7254 from tk0miya/6895_suppress_builtin_nitpicky_warning
Fix #6895: py domain: Do not emit nitpicky warnings for built-in types
2020-03-07 02:12:50 +09:00
Takeshi KOMIYA
f329553a63
Merge pull request #7236 from tk0miya/refactor_py_domain2
py domain: Generate node_id for objects and modules in the right way
2020-03-07 02:08:54 +09:00
Takeshi KOMIYA
f13c546862 doc: Update docs 2020-03-07 02:00:50 +09:00
Takeshi KOMIYA
729efd28b0 py domain: Generate node_id for objects in the right way 2020-03-07 02:00:50 +09:00
Takeshi KOMIYA
5ff3b9dc4d py domain: Generate node_id for modules in the right way 2020-03-07 01:48:17 +09:00
Takeshi KOMIYA
d0cbeb28dc
Merge pull request #7261 from tk0miya/refactor_type_annotation
refactor: Update type annotation for cpp domain
2020-03-07 01:41:56 +09:00
Takeshi KOMIYA
e7c522dc36 refactor: Update type annotation for cpp domain 2020-03-07 01:29:00 +09:00
Takeshi KOMIYA
c767f44386
Merge pull request #7260 from tk0miya/refactor_latex2
refactor: latex: Move initialization of multilingual module to builder
2020-03-07 01:24:18 +09:00
Takeshi KOMIYA
b3b0d3ad2c refactor: latex: Move initialization of multilingual module to builder 2020-03-07 01:13:23 +09:00
Takeshi KOMIYA
5a848e3d9d
Merge pull request #7230 from tk0miya/refactor_std_domain
std domain: Generate node_id for objects in the right way
2020-03-07 00:11:16 +09:00
Takeshi KOMIYA
1224af790e
Merge pull request #7259 from tk0miya/update_doc
doc: Remove a mention to todo ext. from env-merge-info
2020-03-06 22:51:52 +09:00
Takeshi KOMIYA
7c8b32a85d doc: Remove a mention to todo ext. from env-merge-info 2020-03-06 22:42:06 +09:00
Takeshi KOMIYA
f4692ec7fb
Merge pull request #6969 from tk0miya/latex_theming
LaTeX Theming support
2020-03-06 22:19:11 +09:00
Takeshi KOMIYA
cdbefb600f Support user defined LaTeX themes 2020-03-06 22:11:25 +09:00
Takeshi KOMIYA
a13ec4f41c Support LaTeX Theming; a set of document class settings (refs: #6672) 2020-03-06 22:11:25 +09:00
Takeshi KOMIYA
4ab4100cc5 test: Add testcases for latex docclasses 2020-03-06 22:11:08 +09:00
Takeshi KOMIYA
c0535d700e std domain: Generate node_id for productionlists in the right way 2020-03-06 02:10:04 +09:00
Takeshi KOMIYA
4d279fc5ad std domain: Generate node_id for cmdoptions in the right way 2020-03-06 02:10:04 +09:00
Takeshi KOMIYA
39a191294e
Merge pull request #7255 from tk0miya/7005_kbd_for_latex
Add LaTeX styling hook for :kbd: role
2020-03-06 00:49:28 +09:00
Takeshi KOMIYA
52ac6f1178 Update CHANGES for PR #7005 2020-03-05 23:48:15 +09:00
Takeshi KOMIYA
b5aa3ca1ac Merge branch '3.x' into 7005_kbd_for_latex 2020-03-05 23:47:07 +09:00
Takeshi KOMIYA
6e83f0dcb3 doc: fix a versionchnaged to correct one 2020-03-05 23:46:58 +09:00
Takeshi KOMIYA
09623a97d0 Merge branch '2.x' into 3.x 2020-03-05 23:11:14 +09:00