Commit Graph

6788 Commits

Author SHA1 Message Date
Dmitry Shachnev
94f2dc2843 Make Xapian search work with Python 3 2016-05-25 17:23:56 +03:00
shimizukawa
03af1ca4dd add docstring to write more detail of 'key' of index node 2016-05-25 22:59:03 +09:00
Julien Schueller
55446caca1 Dont add the imgmath dvi->svg arg twice
It's already added in the general case for png too a few lines below
2016-05-25 14:39:17 +02:00
Takeshi KOMIYA
9cd5ba994c Fix #2445: rst_prolog and rst_epilog affect to non reST sources 2016-05-25 21:25:04 +09:00
Takeshi KOMIYA
89360dd3f1 Add testcase for rst_prolog and rst_epilog 2016-05-25 21:24:31 +09:00
Julien Schueller
27f03cecd5 Fix MathExtError arguments in imgmath
It's constructor is:
```class MathExtError(SphinxError):
    def __init__(self, msg, stderr=None, stdout=None):```
2016-05-25 14:20:21 +02:00
jfbu
cf2ff7594f Fix formatting typo in CHANGES 2016-05-24 22:52:09 +02:00
jfbu
2484efc855 Update CHANGES for PR #2551 2016-05-24 22:35:36 +02:00
Takeshi KOMIYA
5d7bbe45fc Merge pull request #2551 from jfbu/latex_subparagraphs
Extend pdflatex config in sphinx.sty to subparagraphs
2016-05-24 23:59:01 +09:00
Takeshi KOMIYA
4c2d679815 Fix #2565: The descriptions of objects generated by `sphinx.ext.autosummary` overflow lines at LaTeX writer 2016-05-24 23:47:06 +09:00
Takeshi KOMIYA
187841a6b1 Update CHANGES 2016-05-24 11:50:46 +09:00
Takeshi KOMIYA
881455ca4b Fix docstring; structure of index node has changed since Sphinx-1.4 2016-05-24 11:42:19 +09:00
Takeshi KOMIYA
5e6dbe1088 Fix #2561: Info builder crashes when a footnote contains a link 2016-05-24 11:39:20 +09:00
Takeshi KOMIYA
b4df918071 Fix #2558: unpack error on devhelp builder 2016-05-24 11:27:20 +09:00
Takeshi KOMIYA
887bba5776 Update CHANGES for PR#2516 2016-05-24 11:15:37 +09:00
Takeshi KOMIYA
c028cfc5d3 Refactor testcases for #2516 2016-05-24 11:14:17 +09:00
Takeshi KOMIYA
82ef3b0aeb Merge pull request #2516 from TimKam/meta-keywords-to-search-index
Meta keywords to search index
2016-05-24 11:10:07 +09:00
Takeshi KOMIYA
37882b9c77 Fix #2518: intersphinx_mapping disallows non alphanumeric keys 2016-05-23 12:14:56 +09:00
Takeshi KOMIYA
9546fdaf5e Fix `sphinx.ext.intersphinx crashes if non-string value is used for key of intersphinx_mapping` 2016-05-23 12:11:10 +09:00
Takeshi KOMIYA
20b3da5cf6 Fix #2470: `typing` backport package causes autodoc errors with python 2.7 2016-05-21 11:50:37 +09:00
Takeshi KOMIYA
0286c6810a Merge pull request #2532 from mitya57/stable
Fix for test failures with Python 3.5.2 snapshot
2016-05-21 11:02:06 +09:00
Takeshi KOMIYA
8ca9d55119 Fix issue number 2016-05-21 01:20:49 +09:00
Takeshi KOMIYA
53c875223b Fix #2512: generated Makefile causes BSD make crashed if sphinx-build not found 2016-05-21 01:19:52 +09:00
Matthias Geier
f100749300 Derive SphinxParallelError from SphinxError 2016-05-20 13:38:25 +02:00
Jean-François B
613c10c502 Merge pull request #2542 from jfbu/latex_fixbookmarks
Fix #2517: wrong bookmark encoding in PDF if using LuaLaTeX
2016-05-18 08:39:00 +02:00
jfbu
66bf27584b Update CHANGES for PR#2542 2016-05-18 08:22:21 +02:00
jfbu
0f0d505818 Fix #2517: wrong bookmark encoding in PDF if using LuaLaTeX 2016-05-18 08:20:46 +02:00
Takeshi KOMIYA
1bd1eb1c18 Merge pull request #2553 from mitya57/babel23
Make our custom compile_catalog command work with Babel 2.3
2016-05-18 11:29:25 +09:00
Jakob Lykke Andersen
a441ac98a1 Fix crash on any-references with unicode.
Fixes sphinx-doc/sphinx#2555.
2016-05-18 09:38:27 +09:00
Dmitry Shachnev
65638c12b8 Make our custom compile_catalog command work with Babel 2.3
In new Babel versions, self.domain is a list rather than a string.
2016-05-17 15:43:59 +03:00
jfbu
3fb644b929 Extend pdflatex config in sphinx.sty to subparagraphs
This addresses #2547. As the two Sphinx classes set secnumdepth to 2 by
default, the label for paragraphs with the numbering is still skipped by
default. But if user increases secnumdepth to 4 or higher it will show,
contrarily to earlier situation. Also formerly paragraph headings used
\small, which looks wrong because the body text did not use \small.

And subparagraphs were not at all configured with \titleformat, thus did
not use same font as other headings.
2016-05-16 20:55:15 +02:00
Takeshi KOMIYA
1959dfe8d9 Merge pull request #2548 from jwilk/assert-in-fmt-string-stable
Fix format string in assert_in()/assert_not_in()
2016-05-17 00:40:30 +09:00
Jakub Wilk
74b15cc64c Fix format string in assert_in()/assert_not_in() 2016-05-16 17:19:53 +02:00
Jakob Lykke Andersen
12b83372ac C++, fix crash reported in #2536. 2016-05-13 09:22:46 +09:00
Takeshi KOMIYA
75b1b4c7c3 Merge pull request #2529 from barbara-sfx/patch-1
Add info on inline web link syntax
2016-05-09 10:14:51 +09:00
Takeshi KOMIYA
c9296ba467 Merge branch 'stable' 2016-05-09 10:11:13 +09:00
Dmitry Shachnev
b412a9c886 Add Python 3.5-dev to Travis configuration 2016-05-08 12:24:53 +03:00
Dmitry Shachnev
696237c50e Adapt to typing private API change in Python 3.5.2
Fixes #2519.
2016-05-08 12:24:44 +03:00
barbara-sfx
2038932b83 Add info on inline web link syntax 2016-05-06 09:13:48 -07:00
Timotheus Kampik
01797faede refactor code/tests: keyword support for search index #2516 2016-05-05 18:09:22 +02:00
Takeshi KOMIYA
287e46d30c Merge pull request #2520 from mitya57/stable
imgmath: Add missing parentheses for string formatting
2016-05-06 00:34:35 +09:00
shimizukawa
26fecafb49 fix #2522: Sphinx touches mo files under installed directory
that caused permission error.
2016-05-06 00:33:06 +09:00
Takeshi KOMIYA
d6572259d6 Load amstext package explicitly 2016-05-06 00:14:11 +09:00
Takeshi KOMIYA
20719f0b00 Merge pull request #2503 from JojoBoulix/stable
Extend SOURCE_DATE_EPOCH support
2016-05-05 22:15:19 +09:00
Takeshi KOMIYA
bf273a1e2b Use \text macro to make numbers subscript
More details, see 488ee5279a
2016-05-05 19:23:45 +09:00
Takeshi KOMIYA
7c0b7e1ff1 Fix #2526: LaTeX writer crashes if the section having only images 2016-05-05 16:17:38 +09:00
Takeshi KOMIYA
885653a35d Fix the caption of figure is always put on center even if `:align:` was specified 2016-05-04 01:27:54 +09:00
Takeshi KOMIYA
4789ef899f Fix #2492: Figure directive with :figwidth: generates incorrect Latex-code 2016-05-04 01:27:31 +09:00
Jean-François B
5ecbbec79d Merge pull request #2524 from jfbu/latex_fix2523
Fix #2523: LaTeX raises error for labeled code-block
2016-05-03 15:05:17 +02:00
jfbu
e093846dcc Fix #2523: LaTeX raises error for labeled code-block
Was caused because produced latex source may not have blank line before
\begin{Verbatim}. Solved by adding a \par to sphinx.sty.
2016-05-03 14:49:52 +02:00