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
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
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
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
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
Takeshi KOMIYA
c39459ea7a
Merge pull request #4155 from jdufresne/wheel-license
...
Include license file in the generated wheel package
2017-10-16 14:07:00 +09:00
Takeshi KOMIYA
527f2ad30f
Merge pull request #4154 from jdufresne/bdist-wheel
...
Rename [wheel] section to [bdist_wheel] as the former is legacy
2017-10-16 13:38:41 +09:00
Jon Dufresne
c53dc54a30
Include license file in the generated wheel package
...
The wheel package format supports including the license file. This is
done using the [metadata] section in the setup.cfg file. For additional
information on this feature, see:
https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file
2017-10-15 19:40:10 -07:00
Jon Dufresne
327e6f27fb
Rename [wheel] section to [bdist_wheel] as the former is legacy
...
For additional details, see:
54ddbcc9ce/wheel/bdist_wheel.py (bdist_wheel.py-119)
:125
http://pythonwheels.com/
2017-10-15 19:33:10 -07:00
Takeshi KOMIYA
6e38c574f2
Update CHANGES for PR #4152
2017-10-16 10:38:17 +09:00
Takeshi KOMIYA
d530282f0d
Merge pull request #4152 from regebro/lregebro-4145
...
Initialize _fieldlist_row_index just like _table_row_index (based on stable)
2017-10-16 10:34:36 +09:00
Lennart Regebro
2b1c1e657a
Initialize _fieldlist_row_index just like _table_row_index
...
visit_field can be called before visit_field_list if the field list is at the beginning of the document.
By initializing _fieldlist_row_index in __init__ this is supported.
Closes #4145
2017-10-15 06:08:43 -04:00
Yoshiki Shibukawa
8769f388b1
supress empty span tag
2017-10-13 23:15:20 +09:00
Takeshi KOMIYA
f783eb1ffa
Merge pull request #4138 from peterjc/unexpt_node_name
...
Cope with List node_name in get_lvar_namesl
2017-10-13 23:04:44 +09:00
Takeshi KOMIYA
c9bb1b2743
Update CHANGES for PR #4147
2017-10-13 23:00:55 +09:00
Campbell Barton
6f2b8a1f55
Minor update
2017-10-13 23:00:22 +09:00
Campbell Barton
ae3e39a546
Include the exception when logging
...
Without this there is no way to troubleshoot why (read/write)_po fails.
2017-10-13 23:00:22 +09:00
Takeshi KOMIYA
f746959bbd
Merge pull request #4147 from ideasman42/patch-1
...
Include the exception when logging PO/MO file read/write
2017-10-13 22:55:45 +09:00
Peter Cock
11d84b7895
pycode tests for multiple assignment via tuple/list
2017-10-13 14:21:13 +01:00
Campbell Barton
7d2801e1e9
Minor update
2017-10-13 23:56:53 +11:00
Peter Cock
542ca21837
Improve exception when parsing a Python file fails.
2017-10-13 13:23:59 +01:00
Campbell Barton
5fdad7b3a7
Include the exception when logging
...
Without this there is no way to troubleshoot why (read/write)_po fails.
2017-10-13 16:10:44 +11:00
Yoshiki Shibukawa
cd1c7e01dc
fix #4063 : Sphinx crushes when there are referenced todolist
2017-10-12 23:19:09 +09:00
Takeshi KOMIYA
87e39a5080
Merge pull request #4141 from hugovk/patch-1
...
Update classifiers with supported versions
2017-10-11 23:39:33 +09:00
Hugo
dd91df0be2
Update classifiers with supported versions
2017-10-11 17:16:15 +03:00
Aaron Carlisle
61fe8b04cc
Theme: Move body tag into a block
...
Sometimes users might want to override this tag to include custom information such as `id`s e.g:
`<body id="page-top">`
Can be done with `{%- block body_tag %}<body id="page-top">{% endblock %}`
2017-10-10 17:59:47 -04:00
Peter Cock
cc89093777
Treat lists like tuples in AST function get_lvar_namesl
2017-10-10 16:26:28 +01:00
Peter Cock
350f196c4f
Report the unimplemented node_name in exception
2017-10-10 16:23:38 +01:00
Stephen Finucane
67753b7ce3
Remove 'test-reqs.txt'
...
We were never really using this file for its specified purpose [1]. Now
that we have everything cleanly organized in 'setup.py', there really
isn't any reason to keep it around. Remove it.
[1] https://caremad.io/posts/2013/07/setup-vs-requirement/
Signed-off-by: Stephen Finucane <stephen@that.guru>
2017-10-10 14:13:09 +01:00