Commit Graph

1391 Commits

Author SHA1 Message Date
shimizukawa
9dc74f50ae remove a duplicated line in CHANGES. 2016-01-12 22:29:55 +09:00
Takeshi KOMIYA
8ea92359ba Fix warnings in CHANGES and docs 2016-01-12 13:36:12 +09:00
Takeshi KOMIYA
bba3f388e9 Fix #2229: No warning is given for unknown options 2016-01-11 23:31:28 +09:00
shimizukawa
92ca8d92b3 Fix #1601, #2220: 'any' role breaks extended domains behavior. Affected extensions doesn't support resolve_any_xref and resolve_xref returns problematic node instead of None. sphinxcontrib-httpdomain is one of them. 2016-01-10 23:27:11 +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
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
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
2ebf9d6456 Update CHANGES for #2172 2016-01-09 09:49:11 +09:00
Takeshi KOMIYA
119790cffb Fix #2172: Dysfunctional admonition \py@lightbox in sphinx.sty 2016-01-09 09:45:32 +09:00
Takeshi KOMIYA
386a74a0ee Update CHANGES for PR #2160 2016-01-08 21:41:52 +09:00
Takeshi KOMIYA
85a9e820dc Fix Sphinx crashes if mecab initialization failed 2016-01-08 21:36:42 +09:00
Natsuki Maruyama
d0bc66da58 Fix #1807: Sphinx crashes in japanese indexing in some systems.
Modified to specify the C type, if directly using the libmecab.
2016-01-08 21:25:51 +09:00
Takeshi KOMIYA
c6c9c5c264 Fix #1860: Man page using :samp: with braces - font doesn't reset 2016-01-08 00:37:33 +09:00
Takeshi KOMIYA
eea055dfb2 Fix #1366: centered image not centered in latex 2016-01-07 17:08:54 +09:00
Takeshi KOMIYA
2be21e340e Fix #1580: Paragraphs in longtable don't work in Latex output 2016-01-07 14:15:34 +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
shimizukawa
acea9900b5 fix over 90 columns 2016-01-06 07:28:46 +09:00
shimizukawa
dc0873adf6 Fix #1820: On Windows, console coloring is broken with colorama version 0.3.3. Now sphinx use colorama>=0.3.5 to avoid this problem. 2016-01-06 07:27:34 +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
Takeshi KOMIYA
ec4a1ae863 Fix typo in README 2016-01-05 16:47:52 +09:00
Takeshi KOMIYA
1ac571cd7e Fix #2125: unifies behavior of collapsed fields (GroupedField and TypedField) 2016-01-05 00:25:53 +09:00
Takeshi KOMIYA
e8e5391e61 Fix #1894: Unlisted phony targets in quickstart Makefile 2016-01-04 11:19:50 +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
2bcf92dfb0 Fix #1815: linkcheck does not raise an exception if warniserror set to true and link is broken 2016-01-03 20:12:33 +09:00
Takeshi KOMIYA
6d0a74b689 Update CHANGES for PR #2213 2016-01-02 11:42:06 +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
9fc83df2de Revert "Fix #2183 porterstemmer causes make json to fail"
This is a breaking change. So we move the change into master branch.
This reverts commit f1518c5fc4.
2015-12-26 13:15:36 +09:00
Takeshi KOMIYA
f1518c5fc4 Fix #2183 porterstemmer causes make json to fail
Drop PorterStemmer package support.
For now, PyStemmer can accelarate stemming process of snowballstemmer.
2015-12-26 11:17:04 +09:00
Takeshi KOMIYA
9c2704b705 Fix #2193: shutil.SameFileError if source directory and destination directory are same 2015-12-26 01:44:40 +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
ae1d9d8ff7 Update CHANGES for PR #2188 2015-12-22 11:35:30 +09:00
Takeshi KOMIYA
21093adfee Update CHANGES for #2186 2015-12-22 10:29:27 +09:00
Takeshi KOMIYA
8b57bc7227 Fix #2003: decode error under python2 (only) when `make linkcheck` is run 2015-12-21 22:34:04 +09:00
Takeshi KOMIYA
f85d1a0b99 Fix #2189: previous sibling link has broken if the file was appeared twice or more 2015-12-21 11:40:56 +09:00
Hong Xu
61d18a533f Update changes for #2182 2015-12-19 12:51:52 -08:00
Takeshi KOMIYA
9669f2a48b Fix #2171: cannot linkcheck url with unicode 2015-12-19 22:58:53 +09:00
Takeshi KOMIYA
209e5f29b1 Fix #2168: raw directive does not work for text writer 2015-12-19 20:34:27 +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
e859543f8b Fix #967: SVG inheritance diagram is not hyperlinked (clickable) 2015-12-19 16:12:26 +09:00
Takeshi KOMIYA
39458552ec Update CHANGES for PR #2176 2015-12-19 15:20:55 +09:00
Takeshi KOMIYA
cb3f8c62ae Fix typo in CHANGES 2015-12-19 15:12:44 +09:00
Takeshi KOMIYA
cc84702257 Update CHANGES for PR #1833 2015-12-19 10:52:53 +09:00
Daniel Rings
9cdaf3406f Fix #2177: Remove parallel hangs 2015-12-18 21:37:20 +01:00
Takeshi KOMIYA
8b47cc52b1 Update CHANGES 2015-12-10 00:15:07 +09:00
shimizukawa
024a3f701e fix CHANGES 2015-12-09 18:29:46 +09:00