Daniel Hahler
41fcbbc866
Use bright colors instead of bold
...
The code apparently comes from pygments where it was fixed to use
aixterm colors (SGR color codes 90-97m) for bright colors instead of
bold.
Ref: https://github.com/kovidgoyal/kitty/issues/197#issuecomment-348062665
Ref: https://github.com/pygments/pygments/commit/433b39cc
Ref: https://github.com/pygments/pygments/issues/1184
2020-03-10 09:21:52 +01:00
Takeshi KOMIYA
46b4f595ca
Merge pull request #7281 from rffontenelle/improve-strings
...
Improve strings
2020-03-10 01:51:18 +09:00
Takeshi KOMIYA
42be967b2d
Merge branch '2.x' into 3.x
2020-03-10 01:14:39 +09:00
Takeshi KOMIYA
7fa4611887
Merge branch '2.4.x' into 2.x
2020-03-10 01:14:30 +09:00
Takeshi KOMIYA
4a1bf03233
Merge pull request #7288 from tk0miya/disable_codecov
...
test: Disable codecov
2020-03-10 01:13:45 +09:00
Takeshi KOMIYA
1dba84096d
test: Disable codecov
...
To avoid the error of codecov on CI, this disables it temporarily.
2020-03-10 01:01:54 +09:00
Takeshi KOMIYA
f3c19e6cd7
Merge pull request #7285 from blueyed/intersphinx
...
Enable intersphinx with Sphinx's documentation
2020-03-10 00:22:39 +09:00
Takeshi KOMIYA
8bfc7f0eda
Merge pull request #7286 from blueyed/ci-codecov
...
Improve codecov integration
2020-03-09 23:48:49 +09:00
Takeshi KOMIYA
1dbc7f8b06
Merge pull request #7287 from blueyed/unpin-pytest
...
Unpin pytest
2020-03-09 23:36:41 +09:00
Daniel Hahler
d28b3a2ffe
Fix warnings with Travis config
...
> Build config validation
> root: deprecated key sudo (The key `sudo` has no effect anymore.)
> jobs.include.node_js: unexpected sequence, using the first value (10.7)
> root: missing os, using the default linux
> root: key matrix is an alias for jobs, using jobs
2020-03-09 13:14:46 +01:00
Daniel Hahler
f50144a40b
Unpin pytest
...
Was done in https://github.com/sphinx-doc/sphinx/pull/7037 to work
around a bug in 5.3.3.
2020-03-09 12:56:09 +01:00
Daniel Hahler
f09adc0af8
Enable patch status check for Codecov
2020-03-09 12:21:37 +01:00
Daniel Hahler
fbe48aa339
Disable comments from Codecov on CI
...
Fixes https://github.com/sphinx-doc/sphinx/issues/7279 .
2020-03-09 12:20:45 +01:00
Daniel Hahler
6a396c7eb8
Enable intersphinx with Sphinx's documentation
2020-03-09 11:50:52 +01:00
Rafael Fontenelle
5bee0fc7e1
put comma between sentences
2020-03-08 21:47:11 -03:00
Rafael Fontenelle
e76b507309
build: start description lower-cased
2020-03-08 21:47:08 -03:00
Septatrix
d269483a6f
Fix typo
2020-03-08 18:40:11 +01:00
Takeshi KOMIYA
f4c29949ce
c domain: Generate node_id for objects in the right way
2020-03-09 02:00:26 +09:00
Takeshi KOMIYA
6ef573acb9
Update CHANGES for PR #7278
2020-03-09 01:29:22 +09:00
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
Septatrix
5ce5e788ce
Fix typo
2020-03-08 17:25:56 +01:00
Septatrix
da5f5078e1
Check existence of dark highlighter
2020-03-08 17:20:15 +01:00
Septatrix
6041e7a15f
Fix default value for pygments_dark_style
2020-03-08 17:09:04 +01:00
Septatrix
876c6b4770
Remove html_pygments_aux_styles option
2020-03-08 17:03:57 +01:00
Takeshi KOMIYA
22084ada1f
Fix #7276 : cpp: objects generate hypertarget names unexpectedly
2020-03-09 00:54:59 +09:00
Septatrix
f61f17d524
Revert some redundant changes
2020-03-08 16:20:58 +01:00
Septatrix
ced9fef2dc
Fix mypy type error
2020-03-08 15:31:52 +01:00
Septatrix
9dd866263e
Merge branch '3.x' of github.com:sphinx-doc/sphinx into html-auxiliary-pygments-style
2020-03-08 14:54:32 +01:00
Septatrix
ccfe2307cb
Fix reference before assignment error
2020-03-08 14:51:27 +01:00
Septatrix
355f5d5395
Fix double dict.items() call
2020-03-08 14:44:05 +01:00
Septatrix
0abb05c863
Fix config value name
2020-03-08 14:36:28 +01:00
Septatrix
d42e4c9a12
Fix config value name
2020-03-08 14:23:31 +01:00
Septatrix
5481d6da05
Fix formatting
2020-03-08 14:17:05 +01:00
Takeshi KOMIYA
2b6f06b622
Update message catalog
2020-03-08 22:15:50 +09:00
Septatrix
a98e6f10a8
Add dark theme to template
2020-03-08 13:47:02 +01:00
Septatrix
3f9be211ee
Add optional css_selector arg to get_stylesheet
2020-03-08 13:46:24 +01: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
6ba6f0eeb6
Merge pull request #7274 from tk0miya/7266_update_deprecation_message
...
Fix #7266 : Update deprecation messages for PyClassmember and PyModulelevel
2020-03-08 11:21:20 +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
Septatrix
a4d4401fc4
Merge branch '3.x' into html-auxiliary-pygments-style
2020-03-07 22:39:58 +01: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
cfb9f8387b
Fix #7266 : Update deprecation messages for PyClassmember and PyModulelevel
2020-03-07 22:56:37 +09:00