Commit Graph

7777 Commits

Author SHA1 Message Date
jfbu
18e01c8341 fix one more test failure and fix previous fix test (missing u) 2016-12-08 22:05:08 +01:00
jfbu
2e9ee59ee9 fix tests for latex build 2016-12-08 21:43:04 +01:00
jfbu
4b4244672b Fix #3200: 1.5 LaTeX: xref inside desc_name not allowed.
Also fixes #2026 in another way than commit 53cd2d4. Context: the LaTeX
alltt environment (used for parsed-literal) as well as, since Sphinx
1.5, the `\sphinxcode` and `\sphinxbfcode`, make some characters "TeX
active". But this does not play well with `\hyperref` macro.
2016-12-08 20:53:18 +01:00
shimizukawa
b1abd4629b Fix#3198: AttributeError is raised when toctree has 'self'.
this regression introduced at dc985ed4.
2016-12-08 00:34:19 +09:00
shimizukawa
e739054d80 Fix #3195: Can not build in parallel. All built-in extensions must have 'parallel safe' flag. 2016-12-07 01:02:34 +09:00
shimizukawa
4311bb079a Bump version 2016-12-06 10:58:41 +09:00
shimizukawa
9f3a95e1da Bump to 1.5 final 2016-12-05 13:36:52 +09:00
Takeshi KOMIYA
7e066e6513 Fix broken tests 2016-12-04 23:34:57 +09:00
shimizukawa
324bfe8c5e update version and reorganize CHANGES 2016-12-04 23:03:47 +09:00
shimizukawa
eb0aa50536 fix 3 test failures that cause by translation changed 2016-12-04 23:03:46 +09:00
shimizukawa
30b9acc302 Update translations 2016-12-04 22:04:05 +09:00
shimizukawa
37a41be2a2 small fix in setup.py and release-checklist. 2016-12-04 22:03:25 +09:00
shimizukawa
9fb398e475 Merge branch 'stable' into 1.5-release 2016-12-04 21:44:16 +09:00
Takayuki SHIMIZUKAWA
d2b692488c Merge pull request #3182 from sphinx-doc/enable-warns
Emit several warnings that will be deprecated in Sphinx 1.6
2016-12-04 21:17:22 +09:00
Takeshi KOMIYA
0e95cab530 Update CHANGES 2016-12-04 21:10:01 +09:00
shimizukawa
1c8935adae Inprovement of warnings mechanism. Now support disabling emit warnings and add documentation. 2016-12-04 18:05:16 +09:00
shimizukawa
816b1db93d Emit several warnings that will be deprecated in Sphinx 1.6. There is no way to hide the warnings. 2016-12-04 14:09:17 +09:00
shimizukawa
6ae67f9f38 Fix #3024, refs #3037: In Python3, application.Sphinx._log crushed when the log message cannot be encoded into console encoding. 2016-12-04 13:54:11 +09:00
Takeshi KOMIYA
f43a02ca27 Merge branch 'stable' into 1.5-release 2016-12-03 21:05:18 +09:00
Takeshi KOMIYA
7fccbea1ae Fix typo (ref: #3181) 2016-12-03 21:05:07 +09:00
Takeshi KOMIYA
794e0801f8 Update CHANGES for PR#3190 2016-12-03 20:57:11 +09:00
Takeshi KOMIYA
3c1793f770 Merge pull request #3191 from jkawamoto/multiline-docinfo
Fix #3190: Update util.split_docinfo so that it parses multi-line field bodies.
2016-12-03 20:55:50 +09:00
Takeshi KOMIYA
61a6ca5b37 Merge branch 'stable' into 1.5-release 2016-12-03 16:25:58 +09:00
Takeshi KOMIYA
a9cab4f234 Merge pull request #3189 from tk0miya/suppress_highlighting_failure_message
Fix #3185: Add new warning type ``misc.highlighting_failure``
2016-12-03 15:44:48 +09:00
Takeshi KOMIYA
12660e44b5 Fix #3185: Add new warning type `misc.highlighting_failure` 2016-12-03 15:25:15 +09:00
Takeshi KOMIYA
b799249c77 Fix #3128: globing images does not support .svgz file 2016-12-03 14:43:15 +09:00
Junpei Kawamoto
df37a05420 Update the regex in util.split_docinfo so that it parses multi-line field bodies.
Field Lists, which are used to define docinfo, allow multi-line field bodies,
but util.split_docinfo didn't consider it.
This commit updates the regex in that function so that it parses such multi-line field bodies.
2016-12-02 23:39:12 -05:00
jfbu
dd11290e83 Update CHANGES for PR#3180 2016-12-01 19:13:49 +01:00
Jean-François B
d2df39dc08 Merge pull request #3180 from jfbu/latex_multiline
latex: add stretch/shrink between successive singleline or multipleline cpp signatures
2016-12-01 19:06:01 +01:00
jfbu
ff48038ff0 latex: better spacing for successive (multi)line cpp signatures
ref #3072.
2016-12-01 18:52:04 +01:00
Takeshi KOMIYA
69820e1203 Fix #3181: pLaTeX crashes with a section contains emdash 2016-11-25 23:35:14 +09:00
shimizukawa
9cea699149 update changes refs #1843 2016-11-25 00:01:15 +09:00
shimizukawa
3284e89991 Merge branch 'fix-attr-documenter' into stable 2016-11-24 23:55:02 +09:00
shimizukawa
30669c1ec0 Merge branch 'enable-bat-build-from-different-dir-2215' into 1.5-release 2016-11-24 23:35:17 +09:00
shimizukawa
41da6e79b7 update changes refs #3085, refs #2215 2016-11-24 23:33:08 +09:00
shimizukawa
77361395a6 test_quickstart.test_generated_files_eol requires empty line. 2016-11-24 22:04:50 +09:00
shimizukawa
76f2ed9215 Fix #3015: fix a broken test on Windows. 2016-11-24 00:26:36 +09:00
Takeshi KOMIYA
41b58c719a Merge branch 'stable' into 1.5-release 2016-11-23 23:39:30 +09:00
Takeshi KOMIYA
41b39b786a Bump version 2016-11-23 23:36:25 +09:00
Takeshi KOMIYA
fa302485f3 Bump to 1.4.9 final 2016-11-23 23:26:12 +09:00
Takeshi KOMIYA
e4adcdff62 Fix style-check violations 2016-11-23 23:07:38 +09:00
Takeshi KOMIYA
cec5c39d84 Fix style-check violations 2016-11-23 14:35:58 +09:00
Takeshi KOMIYA
98f7818101 Fix merging 2016-11-23 13:38:20 +09:00
Takeshi KOMIYA
0ee524e392 Merge branch 'stable' into 1.5-release 2016-11-23 13:22:38 +09:00
Takeshi KOMIYA
cacfa68e74 Remove unused file 2016-11-23 12:31:27 +09:00
Takeshi KOMIYA
a72cef93cf Merge pull request #3171 from tk0miya/3164_fix_inheritance_diagram
Change search order of ``sphinx.ext.inheritance_diagram``
2016-11-23 12:07:25 +09:00
shimizukawa
97365c7db3 make-mode is used by default. 2016-11-23 11:57:22 +09:00
Takeshi KOMIYA
52f54a6379 Fix #3164: Change search order of `sphinx.ext.inheritance_diagram` 2016-11-23 00:50:02 +09:00
Takeshi KOMIYA
9676e79c1c inheritance_diagram: Move _import_class_or_module() method to function 2016-11-23 00:49:46 +09:00
Takeshi KOMIYA
43197de299 Fix #3117: LaTeX writer crashes if admonition is placed before first section title 2016-11-23 00:42:34 +09:00