Commit Graph

9993 Commits

Author SHA1 Message Date
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
Oliver Jahn
fa6dd3485d fix indentation 2017-10-18 17:38:13 -04:00
Oliver Jahn
783cff44b3 add tests for math_numfig 2017-10-18 16:52:28 -04:00
Oliver Jahn
7fc43d3365 use numfig for numbering equations by section rather than page 2017-10-18 16:52:28 -04:00
Takeshi KOMIYA
1dfe978fcb Support more complex starred asssignment case 2017-10-19 00:10:46 +09:00
Takeshi KOMIYA
4fdcae0584 Fix #4158: pycode.parser failed to parse starred assignment 2017-10-18 21:37:09 +09:00
Takeshi KOMIYA
77e673d08c Fix typo in CHANGES 2017-10-18 21:33:29 +09:00
Takeshi KOMIYA
b2871605cc Merge pull request #4144 from sphinx-doc/fix/referenced_todo
fix #4063: Sphinx crushes when there are referenced todolist
2017-10-18 21:32:44 +09:00
Takeshi KOMIYA
5cc94fb9de Merge branch 'stable' into fix/referenced_todo 2017-10-18 21:32:32 +09:00
Takeshi KOMIYA
d24ccb8557 Merge pull request #4161 from tony/patch-2
Typo
2017-10-18 21:26:39 +09:00
Takeshi KOMIYA
8141b950b5 Merge pull request #4164 from jdufresne/cache
Enable pip cache in Travis CI
2017-10-18 21:26:16 +09:00
Jon Dufresne
90279d4cf9 Enable pip cache in Travis CI
Can speed up builds and reduce load on PyPI servers.

For more information, see:

https://docs.travis-ci.com/user/caching/#pip-cache
2017-10-17 20:26:17 -07:00
Tony Narlock
ee24592905 Typo 2017-10-17 12:36:12 -05:00
Takeshi KOMIYA
c743df4f60 Merge pull request #4160 from kvalev/incorrect-return-code
The exit code for 'python -msphinx' is incorrect
2017-10-18 01:49:47 +09:00
Takeshi KOMIYA
cfa2eff733 Merge pull request #4120 from stephenfin/the-great-toxification-4
The great toxification (part 4)
2017-10-18 01:48:45 +09:00
Krassimir Valev
028198bae0 The exit code for 'python -msphinx' is incorrect
The exit code was always 0, even if there were warnings and the -W
flag was set.
2017-10-17 14:15:00 +02:00
Takeshi KOMIYA
3369d9a03a Merge branch 'stable' 2017-10-16 21:03:38 +09:00
Takeshi KOMIYA
d898613aab Update CHANGES for PR #4140 2017-10-16 21:03:32 +09:00
Takeshi KOMIYA
30a9cb0dd8 Merge pull request #4140 from Blendify/patch-1
Theme: Move body tag into a block
2017-10-16 21:01:37 +09:00