Takeshi KOMIYA
3f9d48edc0
Update release-checklist
2016-12-14 00:54:25 +09:00
Takeshi KOMIYA
07d30ec01d
Update release-checklist
2016-12-14 00:30:34 +09:00
Takeshi KOMIYA
6bb9030580
Bump version
2016-12-14 00:08:56 +09:00
Takeshi KOMIYA
794f6bdca4
Bump to 1.5.1 final
2016-12-14 00:01:49 +09:00
Takeshi KOMIYA
3a60eb984b
Remove .mypy_cache on make clean
2016-12-13 23:59:01 +09:00
Takeshi KOMIYA
7dabcdee91
Fix flake8 violation
2016-12-13 12:15:30 +09:00
Takeshi KOMIYA
b98e2e39bb
Refactor depart_image()
2016-12-13 11:38:39 +09:00
shimizukawa
4054b0b3a5
Fix #3183 : Randomized jump box order in generated index page.
2016-12-13 00:47:18 +09:00
shimizukawa
5fc8d3db91
Fix : #2469 : Ignore updates of catalog files for gettext builder. Thanks to Hiroshi Ohkubo.
2016-12-12 23:28:00 +09:00
Takayuki SHIMIZUKAWA
d0fe6ba215
Merge pull request #3231 from tk0miya/3195_allow_parallel_build
...
builtin extensions return metadata to allow parallel build
2016-12-12 22:33:59 +09:00
Takeshi KOMIYA
b469f95e24
Merge pull request #3225 from tk0miya/3217_docutils_version_comparison
...
Fix version comparison (refs: #3217 )
2016-12-12 21:38:39 +09:00
Takeshi KOMIYA
d72954d498
builtin extensions return metadata to allow parallel build
2016-12-12 21:22:16 +09:00
Takeshi KOMIYA
66e8086440
Fix version comparison (refs: #3217 )
2016-12-12 20:30:59 +09:00
Takeshi KOMIYA
b1ee92e00c
Merge pull request #3227 from jfbu/updatelatexversionstring
...
Update latex style file date and version string to 1.5.1
2016-12-12 11:20:37 +09:00
Takeshi KOMIYA
3c734e5b2d
Fix #3228 : `build_sphinx
` command crashes when missing dependency
2016-12-12 11:18:25 +09:00
jfbu
30acf1bf6a
Update latex style file date and version string to 1.5.1
...
Indeed, this helps double-checks user latex logs about used version.
2016-12-11 18:46:43 +01:00
jfbu
bf5fd395d7
Update CHANGES for PR#3206
2016-12-11 14:52:07 +01:00
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
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