Georg Brandl
4f72bdb722
Merge branch 'stable'
2016-01-14 22:54:08 +01:00
Georg Brandl
46d7e8558e
Obligatory copyright update.
2016-01-14 22:54:04 +01:00
Takeshi KOMIYA
3f998a0096
Fix line numbers was not shown on warnings of indecies
2016-01-13 11:37:07 +09:00
Takeshi KOMIYA
7898c64cf4
Fix line numbers were not show on warnings of numfigs
2016-01-13 00:38:38 +09:00
Takeshi KOMIYA
4c8b575dcc
Fix filenames were not shown on warnings of citations
2016-01-13 00:37:28 +09:00
Takeshi KOMIYA
6dc7ca0234
Fix line numbers were not shown on warnings in LaTeX and texinfo builder
2016-01-13 00:36:51 +09:00
shimizukawa
f824539119
merge with stable
2016-01-13 00:13:35 +09:00
shimizukawa
d33b32323f
95 chars in line. It was warned by make check.
2016-01-12 23:53:45 +09:00
Takeshi KOMIYA
ca896755a9
Fix #2229 , any-role and `-W` option are conflicted
2016-01-12 13:35:52 +09:00
Takeshi KOMIYA
b1715eb0b5
Fix broken test by bba3f388e9
2016-01-12 01:09:23 +09:00
Takeshi KOMIYA
bba3f388e9
Fix #2229 : No warning is given for unknown options
2016-01-11 23:31:28 +09:00
Takeshi KOMIYA
e4b9eb51f6
Merge branch 'stable'
2016-01-11 00:27:26 +09:00
shimizukawa
e5860fd75c
Merge with '87998df9cbef2380345d436121e6bca43345d2bd' on stable
...
Conflicts:
tests/test_build_latex.py
2016-01-10 10:21:27 +09:00
Takeshi KOMIYA
c8c6dc1fe9
Fix #2226 : Math is not HTML-encoded when :nowrap: is given (jsmath, mathjax)
2016-01-10 02:20:39 +09:00
Takeshi KOMIYA
053d7806fe
Refactoring testcases to reduce ResourceWarning (refs: #1409 )
2016-01-10 01:04:38 +09:00
Takeshi KOMIYA
7894f0bd9c
Fix #2225 : If the option does not begin with dash, linking is not performed
2016-01-09 19:57:23 +09:00
shimizukawa
e85ea7ed83
Fix #2062 : Escape characters in doctests are treated incorrectly with Python 2
...
In my current environment with Win10+Py2.7.10, SpoofOut result string doesn't necessary to decode. This commit might cause regression in older python versions....
2016-01-09 17:22:30 +09:00
shimizukawa
39e403b8ac
fix testing for text builder that generate _build/text/_build/text/_build/... recursive directories because *.txt in _build/text previously generated was detected as source file.
2016-01-09 15:35:56 +09:00
shimizukawa
ac28f9b271
Fix #2198,#2205: `make gettext` generate broken msgid for definition lists. It's a regression by #1855 .
2016-01-09 15:33:43 +09:00
Takeshi KOMIYA
e68b488907
Merge pull request #2160 from misery/toc
...
Fix broken TOC of PDFs if section includes an image
2016-01-08 21:41:11 +09:00
André Klitzing
62c49763f8
Fix broken TOC of PDFs if section includes an image
...
If someone adds an image to a section it will be added to the sidebar
TOC of a PDF, too. A PDF viewer will show the "width and height"
data instead of an image. So we need to filter out images for this with
the optional "short title" of latex sections.
2016-01-08 10:15:39 +01:00
Takeshi KOMIYA
23eb0e24fc
Add testcase for #1860
2016-01-08 16:00:26 +09:00
Takeshi KOMIYA
0ea518d563
Add sphinx.ext.githubpages to publish the docs on GitHub Pages
2016-01-06 22:14:57 +09:00
Takeshi KOMIYA
e03dc8d27e
Fix #2072 : Footnotes in chapter-titles do not appear in PDF output
2016-01-06 11:13:30 +09:00
Takeshi KOMIYA
26e29de904
Fix broken testcase; Split test-toctree-maxdepth from test-tocdepth
2016-01-06 09:54:48 +09:00
Takeshi KOMIYA
b0a5a1339e
Fix #771 : latex output doesn't set tocdepth
2016-01-06 01:34:29 +09:00
Takeshi KOMIYA
d0576cd012
Fix #1408 : Check latex_logo validity before copying
2016-01-05 16:48:22 +09:00
Maximilian Köhl
65ad78daec
[tests] beautify collapsed grouped field
2016-01-05 00:19:36 +09:00
Takeshi KOMIYA
26c43643d3
Fix broken tests by 7bb685bbe9
2016-01-03 20:52:39 +09:00
Takeshi KOMIYA
7bb685bbe9
Fix #2197 : Slightly cryptic error message for missing index.rst file
2016-01-03 20:26:38 +09:00
Hong Xu
01c381363e
Run xelatex and lualatex as well in latex tests.
2016-01-02 17:58:41 +09:00
Takeshi KOMIYA
b0f376fdb8
Fix #2201 : wrong table caption for tables with over 30 rows
2016-01-01 19:31:36 +09:00
Takeshi KOMIYA
584f05154b
Fix #2206 : Sphinx latex doc build failed if footnotes in caption of figure
...
At same time, refactored around pending footnotes (tables, terms and
figures). They are all controled as ``pending_footnotes``.
2016-01-01 19:07:43 +09:00
Hong Xu
ea25284d0a
Replace pngmath with imgmath in quickstart.
2015-12-29 15:14:04 -08:00
Hong Xu
355fe2a233
Add the imgmath extension, the successor of pngmath.
...
In addition to the features which pngmath supports, imgmath also
supports svg output format.
2015-12-29 15:13:57 -08:00
Takeshi KOMIYA
07cc02a512
Fix #2178 : Unparseable C++ cross-reference when referencing a function with :cpp:any:
2015-12-27 16:29:07 +09:00
Takeshi KOMIYA
8a763feb6b
Fix #2189 : previous sibling link has broken if previous doc is under nested toctree
2015-12-26 23:57:09 +09:00
Takeshi KOMIYA
222a51e0cf
Fix #2189 : next sibling link has broken if the file was appeared twice or more
2015-12-26 21:43:54 +09:00
Takeshi KOMIYA
66ef8102c4
Fix broken in py3
2015-12-25 16:10:37 +09:00
Takeshi KOMIYA
f1cf5d594a
Fix #2040 : UnicodeDecodeError in sphinx-apidoc when author contains non-ascii characters
2015-12-25 15:52:51 +09:00
Takeshi KOMIYA
0719611d54
Fix #2071 : Same footnote in more than two section titles => LaTeX/PDF Bug
2015-12-25 10:43:41 +09:00
Takeshi KOMIYA
ee7e3cc078
Fix empty cell in table header causes LaTeX error ( #1574 )
2015-12-24 12:43:22 +09:00
Takeshi KOMIYA
02f013aba5
Fix TestApp.cleanup_trees was obsoleted
2015-12-24 10:57:03 +09:00
Takeshi KOMIYA
63f6d917b3
Merge pull request #2188 from xuhdev/latex-math-section-title
...
Fix #1480 : LaTeX: Support math in section titles
2015-12-22 11:33:58 +09:00
Hong Xu
4d3fdc0e47
Fix LaTeX output of \mathbb in math
...
If \mathbb is used in math, which is commonly used to represent sets,
the output LaTeX won't compile. This commit fixes this issue by adding
amsfonts package in the setup of sphinx.ext.mathbase .
2015-12-21 01:30:14 -08:00
Takeshi KOMIYA
4234c88f21
Fix #2113 : Allow `:class:` option to code-block directive
2015-12-20 22:44:32 +09:00
Hong Xu
eac142f8b8
LaTeX: Support math in section titles
...
Fix #1480
2015-12-20 03:16:54 -08:00
shimizukawa
bf1cc70996
Merge with 'stable'
2015-12-20 08:48:38 +09:00
shimizukawa
91fe0b6ceb
Fix #2185 : Use with syntax to open files on testing.
2015-12-20 08:13:02 +09:00
Takeshi KOMIYA
9669f2a48b
Fix #2171 : cannot linkcheck url with unicode
2015-12-19 22:58:53 +09:00