mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
docs-rst: don't require adjustbox anymore
Only the media PDF book was requiring adjustbox, in order to scale big tables. That worked pretty good with Sphinx versions 1.4 and 1.5, but Spinx 1.6 changed the way tables are produced, by introducing some weird macros before tabulary. That causes adjustbox to fail. So, it can't be used anymore, and its usage was removed from the media book. So, let's remove it from conf.py and sphinx-pre-install. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
9fdcd6afd8
commit
54d6d73f50
@ -277,9 +277,6 @@ latex_elements = {
|
|||||||
\\setromanfont{DejaVu Sans}
|
\\setromanfont{DejaVu Sans}
|
||||||
\\setmonofont{DejaVu Sans Mono}
|
\\setmonofont{DejaVu Sans Mono}
|
||||||
|
|
||||||
% To allow adjusting table sizes
|
|
||||||
\\usepackage{adjustbox}
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -40,7 +40,6 @@ my $virtualenv = 1;
|
|||||||
#
|
#
|
||||||
|
|
||||||
my %texlive = (
|
my %texlive = (
|
||||||
'adjustbox.sty' => 'texlive-adjustbox',
|
|
||||||
'amsfonts.sty' => 'texlive-amsfonts',
|
'amsfonts.sty' => 'texlive-amsfonts',
|
||||||
'amsmath.sty' => 'texlive-amsmath',
|
'amsmath.sty' => 'texlive-amsmath',
|
||||||
'amssymb.sty' => 'texlive-amsfonts',
|
'amssymb.sty' => 'texlive-amsfonts',
|
||||||
|
Loading…
Reference in New Issue
Block a user