Commit Graph

6591 Commits

Author SHA1 Message Date
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
dbdfc640c7 Merge branch 'master' of github.com:sphinx-doc/sphinx 2016-05-30 19:51:44 +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
1825559f74 Merge pull request #2596 from alex/patch-1
Include additional info on broken links in linkcheck
2016-05-30 09:46:36 +09:00
Alex Gaynor
830e986b7a Include additional info on broken links in linkcheck 2016-05-29 10:30:33 -07: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
f11128879a Merge branch 'stable' 2016-05-29 19:44:13 +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
e946e84832 Merge pull request #2591 from solidsnack/patch-1
Fix PEP-8 violation present in generated code
2016-05-29 11:11:50 +09:00
Jason Dusek
ba03ed5d7c Fix PEP-8 violation present in generated code 2016-05-28 18:12:41 -07:00
Takeshi KOMIYA
e01d5d8507 Merge pull request #2590 from avylove/inputenc 2016-05-29 09:24:47 +09:00
Avram Lubkin
786f31eb57 Only add '\\usepackage[utf8]{inputenc}' when using pdflatex 2016-05-28 13:26:45 -04:00
Takeshi KOMIYA
f871e4e804 Update regex (ref: #2382) 2016-05-28 20:08:47 +09:00
Takeshi KOMIYA
1d17475a08 #2575: Now `sphinx.ext.graphviz allows :align:` option 2016-05-28 18:29:10 +09:00
Takeshi KOMIYA
e3be266be3 Merge branch 'stable' 2016-05-28 17:29:43 +09:00
Takeshi KOMIYA
b9656349aa Allow to override tocdepth, secnumdepth and contentsname using latex_elements (experimental) 2016-05-28 17:29:10 +09:00
Avram Lubkin
76b92ad24f Use html5lib to parse HTML in tests instead of XMLParser 2016-05-28 02:51:21 -04: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
9453aa542c Merge pull request #2584 from miyakogi/patch-1
Sphinx.add_source_parser takes only two arguments
2016-05-28 00:33:24 +09:00
Takeshi KOMIYA
98c27003d0 Update description of numref option (ref: #2384) 2016-05-27 23:40:01 +09:00
miyakogi
0c89808112 Sphinx.add_source_parser takes only two arguments
https://github.com/sphinx-doc/sphinx/blob/master/sphinx/application.py#L794
2016-05-27 23:32:29 +09:00
Takeshi KOMIYA
cd1e339c80 Fix docstring; wrong directive name 2016-05-27 23:08:02 +09:00
Takeshi KOMIYA
b15e0af2cb Show warning if too large :maxdepth: option was specified 2016-05-27 00:09:57 +09:00
Takeshi KOMIYA
771e715f50 `:maxdepth: option of toctree affects secnumdepth` (ref: #2547) 2016-05-26 23:23:07 +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
2578f47664 Merge branch 'stable' 2016-05-26 20:55:26 +09:00
Takeshi KOMIYA
08cfcbc363 Fix CHANGES 2016-05-26 14:04:36 +09:00
Takeshi KOMIYA
2c351a1261 Update CHANGES for PR#2556 2016-05-26 10:56:21 +09:00
Takeshi KOMIYA
f3ad0d508d Fix typo 2016-05-26 01:53:00 +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