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
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
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
Hong Xu
eac142f8b8
LaTeX: Support math in section titles
...
Fix #1480
2015-12-20 03:16:54 -08: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
Takeshi KOMIYA
788c0ebffc
Add testcase for encoding URIs in linkcheck builder
2015-12-19 22:49:14 +09:00
shimizukawa
0b0f6d66cb
Fix #2158 : test_latex_build.test_footnote and some tests fail on Windows environment with py3
2015-12-19 19:00:39 +09:00
Takeshi KOMIYA
9f96bbaf35
Move testcases for footnotes to roots/test-footnote
2015-12-19 16:45:23 +09:00
Takeshi KOMIYA
5983d02787
Fix #1237 footnotes not working in definition list in LaTeX
2015-12-19 16:45:23 +09:00
Takeshi KOMIYA
9fec96d327
Refactor latex_show_urls processor to Transform class
2015-12-19 16:44:45 +09:00
Takeshi KOMIYA
885b997a25
Add testcases for latex_show_urls
2015-12-19 16:40:10 +09:00
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
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
Takaaki AOKI
07ed539ad3
modify test strings to be found after build_latex
2015-12-10 00:13:37 +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
Takeshi KOMIYA
47e7b022c2
Fix #2012 exception occurred if `numfig_format
` is invalid
2015-11-30 11:38:37 +09:00
shimizukawa
4c7db6c67d
fix line length
2015-11-29 22:23:56 +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
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
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
Takeshi KOMIYA
20d992cdf5
Close #1990 : Use caption of toctree to title of \tableofcontents in LaTeX
2015-08-21 14:15:30 +09:00
shimizukawa
a3109f6976
Fixes #1983 : i18n translation feature breaks references which uses section name.
2015-08-09 23:44:14 +09:00
shimizukawa
82e05e7a9c
Fixes #1725 : On py2 environment, doctest with using non-ASCII characters causes 'ascii' codec can't decode byte
exception.
2015-08-02 00:07:23 +09:00
shimizukawa
3ad810406c
Fixed #1869 : Fix problems when dealing with files containing non-ASCII characters.
2015-07-25 19:02:47 +02:00
shimizukawa
d3375761d2
Fixed #1855 : make gettext generates broken po file for definition lists with classifier.
2015-07-25 17:41:07 +02:00
shimizukawa
8600ffeda2
Fixed #1796 : On py3, automated .mo building cause UnicodeDecodeError.
2015-07-25 15:47:56 +02:00
Rob Ruana
6b6d3dbea9
Closes #1840 : [Napoleon] Fixes Google style parsing to only match section headers ending with exactly one colon
2015-07-24 11:31:47 -07:00
Georg Brandl
c7bee16c8a
Closes #1871 : fix for latex writer with multirow and 1-column tables.
2015-07-24 16:33:19 +02:00
Takayuki SHIMIZUKAWA
21aaf07776
Merge pull request #1866 from pjxiao/feature-1780
...
Fix #1780 : Text builder outputs "class" and "exception" keywords once
2015-07-11 18:31:24 +09:00
Takayuki SHIMIZUKAWA
219b5aac9e
Merge pull request #1819 from pjxiao/feature-1793
...
Fix #1793 : Add new line before first item of list
2015-07-11 15:15:01 +09:00
Takeshi KOMIYA
65663912a4
Add testcase for graphviz
2015-06-26 21:23:03 +09:00
Rob Ruana
d82d110dfd
Closes #1927 : [Napoleon] fixes parsing & formatting of types in Raises section
2015-06-11 01:16:25 -07:00
Rob Ruana
eade1e797e
Closes #1904 : [Napoleon] parses restructuredtext references in fields/params BEFORE splitting on colon
2015-05-27 10:57:04 -07:00