Commit Graph

5957 Commits

Author SHA1 Message Date
Takeshi KOMIYA
e4b9eb51f6 Merge branch 'stable' 2016-01-11 00:27:26 +09:00
shimizukawa
09b931745d Switch links for pdf version documentation to on ReadTheDocs. 2016-01-10 11:18:55 +09:00
shimizukawa
ff01b78412 Remove version specific installation procedure and link to stable/latest document page because sphinx site has been moved to ReadTheDocs so the information is obsoleted. 2016-01-10 11:18:44 +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
1e2fbd463b Refactoring `sphinx.ext.todo`; because of deprecation of make_admonition() 2016-01-10 01:27:08 +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
e7fa8a6c2b Fix `p` is always used for table spec (refs #1580) 2016-01-09 10:03:21 +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
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
Takeshi KOMIYA
85a9e820dc Fix Sphinx crashes if mecab initialization failed 2016-01-08 21:36:42 +09:00
Takeshi KOMIYA
fe101177c3 Fix indentation 2016-01-08 21:27:10 +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
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
24c42817ed Revert search/ja.py
It is not a part of 'testcase for #1860'. It's my miss commit.
Sorry.
2016-01-08 16:27:32 +09:00
Takeshi KOMIYA
23eb0e24fc Add testcase for #1860 2016-01-08 16:00:26 +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
bef3025c3c Fix #1900: BuildEnvironment.srcdir documentation gives false information 2016-01-07 14:18:40 +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
7c6a3b2501 Update CHANGES for PR #2214 2016-01-06 22:38:11 +09:00
Takeshi KOMIYA
695e4fdef9 Merge pull request #2214 from tk0miya/2203_sphinx.ext.githubpages
Add sphinx.ext.githubpages to publish the docs on GitHub Pages
2016-01-06 22:37:33 +09:00
Takeshi KOMIYA
0ea518d563 Add sphinx.ext.githubpages to publish the docs on GitHub Pages 2016-01-06 22:14:57 +09:00
Georg Brandl
ba73c484e5 chinese search: add to changelog, remote porterstemmer support 2016-01-06 10:37:30 +01:00
Georg Brandl
3bd7d08b6f Merge pull request #2170 from daoiqi/zh-search
add Chinese Search into milestones
2016-01-06 10:34:36 +01:00
Elliott Sales de Andrade
c100089334 Sort attributes in inheritance diagrams.
This ensures that the graphviz script is always the same and thus the
filename (which is the hash of the script and other things) remains
consistent.
2016-01-06 10:30:21 +01:00
Georg Brandl
1179bbc96b Merge pull request #2210 from QuLogic/consistent-inheritance
Sort attributes in inheritance diagrams.
2016-01-06 10:29:19 +01:00
Takeshi KOMIYA
4036dffd51 Update CHANGES for PR #2216 2016-01-06 12:43:33 +09:00
Takeshi KOMIYA
02e317d9bf Merge pull request #2216 from xuhdev/texinputs-Makefile 2016-01-06 12:41:55 +09:00
Hong Xu
715b460c8c Add more PHONY targets in the LaTeX output Makefile 2016-01-06 12:38:02 +09:00
Hong Xu
8241b3d16f The clean target the LaTeX ouput Makefile should remove more files 2016-01-06 12:38:02 +09:00
Hong Xu
e3687bb47d Add "gz" and "xz" archive target to the LaTeX output Makefile 2016-01-06 12:38:02 +09:00
Hong Xu
b323900d93 Specify a default format (pdf) in the LaTeX output Makefile 2016-01-06 12:38:02 +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
924f65d737 Use document['tocdepth'] instead of document.setting.tocdepth 2016-01-06 09:54:48 +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
ce1db22a50 Update CHANGES for #2165 2016-01-05 00:31:35 +09:00
Akihiro Uchida
789c298c66 Fix #2165: Remove faulty and non-need conditional 2016-01-05 00:29:24 +09:00
Takeshi KOMIYA
51b101f006 Refactor GroupedField.make_field() 2016-01-05 00:26:31 +09:00