Commit Graph

6535 Commits

Author SHA1 Message Date
Takeshi KOMIYA
cdb621440c Merge pull request #2613 from shibukawa/feature/extension-blacklist-to-stable
add extension blacklist to avoid error when loading deprecated extensions
2016-06-03 21:40:40 +09:00
Takeshi KOMIYA
751f8241ff Merge branch 'redirection_breaks_intersphinx' into stable 2016-06-03 21:38:11 +09:00
jfbu
e95f6a9510 Prefix LaTeX tabular and tabulary with \noindent (ref: #2614) 2016-06-03 08:20:47 +02:00
Takeshi KOMIYA
15771ac8d2 Merge pull request #2605 from tk0miya/suppress_orphan_warning
Suppress "document isn't included in any toctree" warning if the document is included (ref: #2603)
2016-06-03 09:22:34 +09:00
Takeshi KOMIYA
1b939042df Make testcases robust 2016-06-03 00:30:39 +09:00
Yoshiki Shibukawa
88bf4373c7 add extension blacklist to avoid error when loading deprecated extensions 2016-06-02 19:19:46 +09:00
Takeshi KOMIYA
6af14bf6d8 Fix misdetect redirection if original URL includes "/" on tail 2016-06-01 10:54:52 +09:00
Takeshi KOMIYA
2192e2c183 Fix intersphinx fails on using local file 2016-06-01 10:53:42 +09:00
Takeshi KOMIYA
851929c912 Fix #2602: URL redirection breaks the hyperlinks generated by sphinx.ext.intersphinx 2016-05-31 23:22:01 +09:00
Takeshi KOMIYA
61ef0cab31 Suppress "document isn't included in any toctree" warning if the document is included (ref: #2603) 2016-05-31 20:07:56 +09:00
Jean-François B
f147df3fa0 Merge pull request #2601 from jfbu/latex_datefont
set font for date in latex pdf output to be same as for title
2016-05-31 09:17:28 +02:00
jfbu
f6297558e8 Merge branch 'stable' into latex_datefont 2016-05-31 08:55:52 +02:00
Takeshi KOMIYA
b8b5d12a0d Remove empty else block from latex writer 2016-05-31 10:08:23 +09:00
Takeshi KOMIYA
7661a92fc1 Update docs; the inputenc hack will be released at 1.4.3 2016-05-31 10:07:03 +09:00
Takeshi KOMIYA
976c3b8e33 Update CHANGES for PR#2590 2016-05-31 10:04:50 +09:00
Avram Lubkin
197b33816f Only add '\\usepackage[utf8]{inputenc}' when using pdflatex 2016-05-31 10:02:58 +09:00
jfbu
8ea5a908d9 Remove extra \rm from fix #2540 commit 2016-05-30 22:32:52 +02:00
jfbu
942dc80c99 Fix #2540: date on latex front page use different font
modified:   sphinx/texinputs/sphinxhowto.cls
	modified:   sphinx/texinputs/sphinxmanual.cls
2016-05-30 20:59:21 +02:00
Takeshi KOMIYA
ae0fab15d3 Clear __pycache__, tests/build and .tox on make clean 2016-05-30 23:44:49 +09:00
Takeshi KOMIYA
24beece2a3 Fix combination of figure directive options; width, figwidth and align (ref: #2595) 2016-05-30 13:13:38 +09:00
Takeshi KOMIYA
da3d368961 Fix `width option of figure directive does not work if align` option also specified (ref: #2595) 2016-05-30 10:46:17 +09:00
Takeshi KOMIYA
58b4f046ab Update CHANGES for #2530 2016-05-29 19:58:08 +09:00
Takeshi KOMIYA
e3e827ef7f Fix #2350: got "Counter too large" error on building PDF if large numbered footnotes existed in admonitions 2016-05-29 19:55:44 +09:00
Takeshi KOMIYA
b4279df9e6 Update release-checklist 2016-05-29 18:54:21 +09:00
Takeshi KOMIYA
85fd6f6b5d Update release-checklist 2016-05-29 18:07:59 +09:00
Takeshi KOMIYA
f1c02235bd Bump version 2016-05-29 17:35:30 +09:00
Takeshi KOMIYA
1fbc0c9a16 Bump to 1.4.2 final 2016-05-29 17:20:19 +09:00
Takeshi KOMIYA
d7113586f1 Fix style-checker errors 2016-05-29 17:16:46 +09:00
Takeshi KOMIYA
b81f24e0b6 Fix #2497, #2552: The label of search button does not fit for the button itself 2016-05-29 17:06:58 +09:00
Takeshi KOMIYA
f871e4e804 Update regex (ref: #2382) 2016-05-28 20:08:47 +09:00
Takeshi KOMIYA
b74b9cb585 Fix #2383: The generated footnote by latex_show_urls overflows lines 2016-05-28 14:46:13 +09:00
Takeshi KOMIYA
5cdf7a9a33 Adjust spacing in numref role (ref: #2382) 2016-05-28 13:23:37 +09:00
Takeshi KOMIYA
c64a23f3c6 Add testcase for #2382 2016-05-28 12:57:46 +09:00
Takeshi KOMIYA
ca8aec969a #2382: Adjust spacing after abbreviations on figure numbers in LaTeX writer 2016-05-28 10:37:21 +09:00
Takeshi KOMIYA
98c27003d0 Update description of numref option (ref: #2384) 2016-05-27 23:40:01 +09:00
Takeshi KOMIYA
cd1e339c80 Fix docstring; wrong directive name 2016-05-27 23:08:02 +09:00
Takeshi KOMIYA
9226513c8b Fix #2581: The search doesn't work if language="es" (spanish) 2016-05-26 20:59:29 +09:00
Takeshi KOMIYA
2c351a1261 Update CHANGES for PR#2556 2016-05-26 10:56:21 +09:00
Takeshi KOMIYA
581a26168d Merge pull request #2556 from mitya57/xapian-python3
Make Xapian search work with Python 3
2016-05-26 00:57:58 +09:00
Takeshi KOMIYA
5087228977 Update CHANGES for PR#2576 and PR#2577 2016-05-26 00:56:53 +09:00
Julien Schueller
6447ba772e 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-26 00:51:37 +09:00
Takeshi KOMIYA
904b31746c Merge pull request #2576 from jschueller/patch-1
Fix MathExtError arguments in imgmath
2016-05-26 00:48:39 +09:00
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
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