Commit Graph

7625 Commits

Author SHA1 Message Date
Jean-François B
0b1130a7cb Merge pull request #3206 from jfbu/fixlatexhyperlink
Fix #3200: 1.5 LaTeX: xref inside desc_name not allowed
2016-12-11 14:50:44 +01:00
Takeshi KOMIYA
5e2e833599 Update CHANGES for PR#3220 2016-12-11 21:54:26 +09:00
xavier dupré
d0569a4ec9 KeyError when having a duplicate citation 2016-12-11 21:53:54 +09:00
Takeshi KOMIYA
048a35ee54 Merge pull request #3218 from tk0miya/3205_requests_crashes_with_old_pyopenssl
#3205: sphinx.util.requests crashes with old pyOpenSSL (< 0.14)
2016-12-11 21:50:26 +09:00
Takeshi KOMIYA
52811d6e09 Fix #3205: sphinx.util.requests crashes with old pyOpenSSL (< 0.14) 2016-12-11 21:38:34 +09:00
jfbu
c337912106 Update CHANGES for PR#3208 2016-12-10 18:33:26 +01:00
Jean-François B
db97f37a23 Merge pull request #3208 from jfbu/fixlatexdurole
fix latex issue with references from inside parsed-literal (ref #3207)
2016-12-10 18:27:53 +01:00
Takeshi KOMIYA
6d900c34f1 Fix #3214: Allow to suppress "unknown mimetype" warnings from epub builder 2016-12-11 00:42:57 +09:00
Takeshi KOMIYA
bd06ec2d9e Merge pull request #3217 from tk0miya/3212_docutils_0.13
Fix #3212: HTML Builders crashes with docutils-0.13
2016-12-10 22:52:56 +09:00
Takeshi KOMIYA
3adc236114 Fix #3212: HTML Builders crashes with docutils-0.13 2016-12-10 20:31:09 +09:00
Takeshi KOMIYA
e6ca4ee919 Fix #3204: Fix typo 2016-12-10 16:41:18 +09:00
shimizukawa
77b41309d7 Fix #3211: Remove untranslated sphinx locale catalogs (it was covered by untranslated it_IT) 2016-12-10 12:13:31 +09:00
shimizukawa
124938c9ae Merge branch '1.5-release' into stable 2016-12-10 11:56:22 +09:00
Rob Ruana
f4716ed3a3 [Napoleon] adds xref test data for pull request #3168 2016-12-09 14:13:29 -08:00
Wheerd
5c884a66bd Fixed the regular expression for xref to only match roles that are valid.
This caused errors when having multiple successive xrefs without whitespace between them.
2016-12-09 14:12:53 -08:00
jfbu
e9c472c851 Fix #3207: latex issue with references from inside parsed-literal
This reverts commit e25cce1a64
in order to move ``\detokenize`` insertion away from latex writer
to inside the ``\DUrole`` definition in sphinx.sty.
2016-12-09 09:45:44 +01:00
jfbu
e25cce1a64 fix latex issue with references from inside parsed-literal (ref #3207) 2016-12-08 23:36:32 +01:00
jfbu
9d1f95c9a0 fix 3 line too long style-check errors 2016-12-08 22:30:48 +01:00
jfbu
6dcf43c826 fix pattern string in test_inheritance_diagram_latex for CI testing 2016-12-08 22:14:48 +01:00
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
82ef05431a fix flake8 2016-12-05 23:31:37 +09:00
shimizukawa
0a7d039df5 Merge branch '1.5-release' into master 2016-12-05 23:14:25 +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
a265670b79 Adjust code to type annotation 2016-12-03 17:21:47 +09:00
Takeshi KOMIYA
88887bad88 Update type annotation 2016-12-03 16:51:18 +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