Commit Graph

9504 Commits

Author SHA1 Message Date
Dmitry Shachnev
49e486ff47 inspect: Sort dictionary keys when possible
This should help for reproducible builds and for finding items in large
dictionaries.
2017-10-23 20:28:14 +03:00
Takeshi KOMIYA
92cdbb99f2 Merge pull request #4180 from tk0miya/3919_logging_namespace
Fix #3919: become silent if logging settings are cleared
2017-10-24 01:55:52 +09:00
Takeshi KOMIYA
5ae72bdd28 Fix flake8 violation 2017-10-23 23:25:50 +09:00
Takeshi KOMIYA
e3baf213f5 Merge branch 'stable' 2017-10-23 23:04:32 +09:00
Takeshi KOMIYA
47c869c89a Fix flake8 and style-check violations 2017-10-23 23:01:18 +09:00
Takeshi KOMIYA
7e7b389eed Merge branch 'stable' 2017-10-23 12:23:58 +09:00
Takeshi KOMIYA
314831d332 Bump version 2017-10-23 12:22:42 +09:00
Takeshi KOMIYA
33fd46b2a5 Bump to 1.6.5 final 2017-10-23 12:19:56 +09:00
Takeshi KOMIYA
90352cf940 Fix #3919: become silent if logging settings are cleared 2017-10-23 00:59:24 +09:00
Takeshi KOMIYA
ad2610a0bc Fix mypy violation 2017-10-22 20:50:20 +09:00
Takeshi KOMIYA
cfadf17379 Fix #4132: Failed to convert reST parser error to warning 2017-10-22 20:34:07 +09:00
jfbu
6b4a0123fa Fix the fix of #4090 (sorry) 2017-10-22 13:28:46 +02:00
jfbu
5e86c1c934 Fix #4090: extra LaTeX macros via `latex_additional_files` 2017-10-22 13:24:03 +02:00
jfbu
90e3425ed7 Fix #4149: Documentation: Help choosing latex_engine 2017-10-22 11:45:28 +02:00
Takeshi KOMIYA
81b3a81bcb Merge pull request #4173 from eric-wieser/patch-2
quickstart: fix return type of term_decode
2017-10-22 15:34:01 +09:00
Takeshi KOMIYA
b78f3090a0 HTML themes can set up default sidebars through `theme.conf` 2017-10-22 15:14:02 +09:00
Takeshi KOMIYA
ed3683a56e Merge pull request #4176 from tk0miya/3739_module_is_ignored_inside_pyobject
Fix #3739: ``:module:`` option is ignored at content of pyobjects
2017-10-21 21:52:11 +09:00
Takeshi KOMIYA
ffad4f08c7 Fix #3739: `:module:` option is ignored at content of pyobjects 2017-10-21 21:37:44 +09:00
Takeshi KOMIYA
1c060b9b28 Merge pull request #4092 from mitya57/stable
Make it easier to override variables in Makefiles generated by quickstart
2017-10-21 19:31:42 +09:00
Dmitry Shachnev
943cd788fc Make it easier to override variables in Makefiles generated by quickstart
Refs #3965.
2017-10-21 12:59:14 +03:00
Takayuki SHIMIZUKAWA
101b289351 Merge pull request #4097 from stephenfin/argparse-integration
Fix #3259: Argparse integration
2017-10-21 18:58:55 +09:00
Takeshi KOMIYA
2f78acb2f9 Merge pull request #4048 from jdemeyer/unpickle_error
Turn any environment unpickling error into IOError
2017-10-21 18:43:05 +09:00
Takeshi KOMIYA
5de42c4c50 Merge pull request #4121 from stephenfin/remove-check-indent
utils: Remove the 'reindent' tool
2017-10-21 18:17:47 +09:00
Takeshi KOMIYA
b8b4d9b187 Update CHANGES for #3965 2017-10-21 16:24:07 +09:00
Takeshi KOMIYA
a5f6e97ac4 Revert "Default SPHINXBUILD to 'python -msphinx' instead of 'sphinx-build'."
This reverts commit 0832aa73ab.
2017-10-21 16:23:50 +09:00
Eric Wieser
58beeed235 fixup
Warning and missing typing function
2017-10-20 23:53:33 -07:00
Eric Wieser
a4b7927a29 quickstart: fix return type of term_decode
term_decode is documented as `(unicode) -> unicode`, but actually:

* Accepts `bytes` arguments, despite not being documented to
* Returns `bytes` when it shouldn't

This is extracted from the more controversial #3584
2017-10-20 23:18:46 -07:00
Takeshi KOMIYA
c3dec3507d Merge pull request #4153 from Smattr/1086bfa6-fa4c-485f-bd17-6aa1ca49f851
Fix #1020: ext.todo todolist not linking to the page in pdflatex
2017-10-21 13:48:52 +09:00
Takeshi KOMIYA
67981527a1 Fix mypy violation 2017-10-21 13:48:42 +09:00
Takeshi KOMIYA
cd4964249f Merge branch 'stable' into 1086bfa6-fa4c-485f-bd17-6aa1ca49f851 2017-10-21 13:48:25 +09:00
Takeshi KOMIYA
f11cff555d Merge branch 'stable' 2017-10-21 13:45:56 +09:00
Takeshi KOMIYA
f224f3ca25 Merge pull request #4157 from tk0miya/4156_parse_class_comment
Fix #4156: failed to parse class comment
2017-10-21 13:45:33 +09:00
Takeshi KOMIYA
29f6650153 Merge pull request #4171 from tk0miya/4169_chinese_search
Fix #4169: Chinese language doesn't trigger Chinese search automatically
2017-10-21 13:44:46 +09:00
Takeshi KOMIYA
05516a61c8 Fix mypy violation 2017-10-21 13:44:36 +09:00
Takeshi KOMIYA
e56b70d7c9 Merge branch 'stable' into 4169_chinese_search 2017-10-21 13:21:13 +09:00
Takeshi KOMIYA
134f3b1884 Merge branch 'stable' 2017-10-21 01:50:50 +09:00
Takeshi KOMIYA
53ed3342ba Update CHANGES for PR #4168 2017-10-21 01:48:02 +09:00
Takeshi KOMIYA
d8b1ea6a3d Merge pull request #4168 from fyears/patch-1
improve zh search with jieba
2017-10-21 01:47:07 +09:00
Takeshi KOMIYA
4448902977 Fix #4169: Chinese language doesn't trigger Chinese search automatically 2017-10-21 01:42:53 +09:00
fyears
8c814ed2f3 improve zh search with jieba 2017-10-20 11:57:02 +08:00
Takeshi KOMIYA
7aab8c3b07 Fix #4156: failed to parse class comment 2017-10-19 22:24:40 +09:00
Takeshi KOMIYA
5194d1505c Merge pull request #4165 from tk0miya/4158_pycode_starred
4158 pycode starred
2017-10-19 21:06:15 +09:00
jfbu
5dbfc43dda Make clearer that Sphinx applies Smart quotes by default
modified:   doc/config.rst
2017-10-19 10:00:08 +02:00
jfbu
6a897af1d9 Clarify docs about `html_use_smartypants` deprecation 2017-10-19 09:56:14 +02:00
jfbu
77c5aaaa97 Fix #4134: [doc] docutils.conf is not documented explicitly 2017-10-19 09:23:41 +02:00
Matthew Fernandez
6553b2ed32 add a test that confirms #1020 2017-10-18 18:39:56 -07:00
Matthew Fernandez
ed4949e000 Closes #1020: ext.todo todolist not linking to the page in pdflatex 2017-10-18 18:39:56 -07:00
Matthew Fernandez
08f6f7ba4d fix comment typo 2017-10-18 18:39:27 -07:00
Takeshi KOMIYA
dc0c547b81 Fix flake8 and mypy violations 2017-10-19 10:11:20 +09:00
Takeshi KOMIYA
1dfe978fcb Support more complex starred asssignment case 2017-10-19 00:10:46 +09:00