Commit Graph

5606 Commits

Author SHA1 Message Date
Takeshi KOMIYA
7f55295650 Merge pull request #1833 from xuhdev/latex-mailto
Email addresses should not be showed again if latex_show_urls is not None
2015-12-19 10:45:53 +09:00
Daniel Jakob
cb484a4172 perform a lower() on german index terms #2083 2015-12-18 21:44:01 +01:00
Georg Brandl
17a8f91922 Merge pull request #2182 from xuhdev/latex-dots-images
Fix #981: LaTeX: support image file names with more than 1 dots
2015-12-18 21:42:11 +01:00
Georg Brandl
580405c714 More parallel code optimizations. 2015-12-18 21:37:20 +01:00
Daniel Rings
9cdaf3406f Fix #2177: Remove parallel hangs 2015-12-18 21:37:20 +01:00
Hong Xu
2ee03a2729 Fix #981: LaTeX: support image file names with more than 1 dots
LaTeX cannot detect image file names with more than 1 dots in it
correctly. The solution is to use '{}' to surround the base name. See
https://tex.stackexchange.com/questions/10574/includegraphics-dots-in-filename

Fix #981
2015-12-17 19:03:31 -08:00
Hong Xu
0084004cfd Add testing cases for the "latex_show_urls" option 2015-12-11 15:06:14 -08:00
Hong Xu
e2f56a64a4 Email addresses should not be showed again if latex_show_urls is not False
The latex output shows email addresses even the external links itself is
an email address. For example, for an email address me@example.com,
latex output will show it as "me@example.com (me@example.com)".  This
commit fixes this issue by removing the "mailto:" prefix before
comparing the text and uri.
2015-12-11 15:05:54 -08:00
Takeshi KOMIYA
8b47cc52b1 Update CHANGES 2015-12-10 00:15:07 +09:00
Takaaki AOKI
07ed539ad3 modify test strings to be found after build_latex 2015-12-10 00:13:37 +09:00
Takaaki AOKI
a1240d2cab resolve issue #2147
Replace legacy float by newfloat package to allow page-break
within literal-block environment. capt-of and needspace packages are
additionally required.

reference:
http://tex.stackexchange.com/questions/175650/how-to-allow-page-break-inside-a-float-environment
2015-12-10 00:13:37 +09:00
shimizukawa
024a3f701e fix CHANGES 2015-12-09 18:29:46 +09:00
shimizukawa
5bd8930fec tiny fix 2015-12-06 13:31:17 +09:00
Takeshi KOMIYA
aa475604dc `figure_align` is added at 1.3 2015-12-03 23:31:54 +09:00
Takeshi KOMIYA
8648bdeec1 Fix #2094 rubric with reference not working in Latex 2015-12-03 14:48:00 +09:00
Takeshi KOMIYA
c8837338d3 Fix section and table titles with reference cause latex build error 2015-12-03 11:39:25 +09:00
Takeshi KOMIYA
32b483d5bc Fix #2134 figure caption with reference causes latex build error 2015-12-03 10:33:29 +09:00
shimizukawa
7cbd1254a9 Bump version 2015-12-02 18:37:34 +09:00
shimizukawa
bfcfed2fe6 Bump to 1.3.3 final 2015-12-02 18:25:39 +09:00
shimizukawa
d86ce4c0c2 Fix #2148: Error while building devhelp target with non-ASCII document. 2015-12-02 18:22:47 +09:00
shimizukawa
28db5fb767 Fix #2142: Provide non-minified JS code in `sphinx/search/non-minified-js/*.js` for source distribution on PyPI. 2015-11-30 23:46:56 +09:00
Lele Gaifax
f4ea187b84 Rectify the path of non-minified JS stemmers 2015-11-30 23:40:53 +09:00
Lele Gaifax
f09ca2c186 Include JS stemmers in the distribution 2015-11-30 23:39:53 +09:00
Takeshi KOMIYA
47e7b022c2 Fix #2012 exception occurred if `numfig_format` is invalid 2015-11-30 11:38:37 +09:00
shimizukawa
afcea49dc9 Bump version 2015-11-29 23:06:09 +09:00
Takayuki Shimizukawa
6d0df203e4 Bump to 1.3.2 final 2015-11-29 13:28:56 +00:00
shimizukawa
4c7db6c67d fix line length 2015-11-29 22:23:56 +09:00
shimizukawa
2f8af51a2b update CHANGES for PR #2127 2015-11-29 22:14:40 +09:00
Tomoko Uchida
431d72091d MecabBinder should support both of Python 2 and 3. 2015-11-29 22:12:48 +09:00
Takeshi KOMIYA
042daed015 Update CHANGES for #2140 2015-11-29 22:03:48 +09:00
Takeshi KOMIYA
f4c5a2e136 Fix #2140: footnotes in caption of table has broken in LaTeX 2015-11-29 21:55:36 +09:00
Takeshi KOMIYA
12396a71d9 Fix #2140: footnotes in table has broken in LaTeX 2015-11-29 21:47:55 +09:00
shimizukawa
47bdbd1655 Fix #1818: sphinx.ext.todo directive generates broken html class attribute as 'admonition-' when :confval:language is specified with non-ASCII linguistic area like 'ru' or 'ja'. To fix this, now `todo directive can use `:class:` option. 2015-11-29 12:02:02 +09:00
shimizukawa
9d0ce7a6c1 Fixes #1884: plug-in html themes cannot inherit another plug-in theme
Closes #1885: A part of code for this fix is from pull requeest #1885.
refs #1794
2015-11-22 00:13:42 +09:00
shimizukawa
f0c390493b update CHANGES for #2121. 2015-11-21 17:00:55 +09:00
shimizukawa
b5c2493bc0 refactoring for #2121 2015-11-21 16:56:00 +09:00
Tomoko Uchida
5e8fc080f0 Fix alignments... 2015-11-21 16:55:16 +09:00
Tomoko Uchida
ff4eac55e2 Replace tab characters with spaces. 2015-11-21 16:55:03 +09:00
Tomoko Uchida
53bc3f58df Remove old (current) codes. 2015-11-21 16:54:52 +09:00
Tomoko Uchida
e3b3cda0cb Fix performTermsSearch function for multiple words search. 2015-11-21 16:54:39 +09:00
shimizukawa
f21a3039a0 Fixed #1974: UnboundLocalError: local variable 'domain' referenced before assignment when using any role and sphinx.ext.intersphinx in same time. 2015-11-17 00:59:39 +09:00
shimizukawa
df3643722f Fixed #2102: On Windows + Py3, using `|today|` and non-ASCII date format will raise UnicodeEncodeError. 2015-10-27 00:16:18 +09:00
shimizukawa
f26f716d59 On Py2 environment, conf.py that is generated by sphinx-quickstart should have u prefixed config value for 'version' and 'release'. 2015-10-26 00:11:16 +09:00
shimizukawa
cdf74eb8d1 builders page indicates 'format' value for each builders. refs #2038 2015-09-15 10:25:50 +09:00
shimizukawa
fdfdfaccff Fix "make blahblah" on Windows indicate help messages for sphinx-build every time. Closes #1989 2015-09-13 11:29:31 +09:00
Anthony Johnson
8cf1612e37 Tune sphinx_rtd_theme version
With some recent changes that are slightly backwards compatible, we were going
to bump the version of the RTD theme. We wanted to drop the current version
pattern for the semver scheme, but Sphinx's requirement on the RTD theme is
pinned at >=0.1,<0.2. For now, we're stuck releasing on the current scheme.

This relaxes the versioning requirement for the theme, with 2.0 being the
following release that could contain backwards incompatible API changes. We'd
likely wait to bump to 1.0 until the next Sphinx release, as to not break
experience for users.

Refs snide/sphinx_rtd_theme#244
2015-09-13 10:08:00 +09:00
TAKASE Arihiro
5e1028db43 Fix the language code for Portuguese 2015-09-13 10:07:34 +09:00
shimizukawa
6bce0a1c10 Avoid "2.0" version of Babel because it doesn't work with Windows environment. Closes #1976.
see also:
* https://github.com/mitsuhiko/babel/issues/174
* https://github.com/mitsuhiko/babel/pull/188

Version spec syntax "babel>=1.3,!=2.0" is following PEP440: https://www.python.org/dev/peps/pep-0440/#version-exclusion and it works with pip 6.0 or later (I didn't check before pip 6.0).
2015-09-13 09:40:14 +09:00
shimizukawa
f886c54263 Fix #1994: More supporting non-standard parser (like recommonmark parser) for Translation and WebSupport feature. Now node.rawsource is fall backed to node.astext() during docutils transforming. 2015-09-13 00:20:21 +09:00
Takeshi KOMIYA
2c5c54aa67 Closes #1987: Fix ampersand is ignored in `:menuselection: and :guilabel:` on LaTeX builder 2015-09-01 00:29:03 +09:00