Skip to content

Commit 54d6d73

Browse files
mchehabJonathan Corbet
authored andcommitted
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 <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 9fdcd6a commit 54d6d73

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Documentation/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,6 @@
277277
\\setromanfont{DejaVu Sans}
278278
\\setmonofont{DejaVu Sans Mono}
279279
280-
% To allow adjusting table sizes
281-
\\usepackage{adjustbox}
282-
283280
'''
284281
}
285282

scripts/sphinx-pre-install

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ my $virtualenv = 1;
4040
#
4141

4242
my %texlive = (
43-
'adjustbox.sty' => 'texlive-adjustbox',
4443
'amsfonts.sty' => 'texlive-amsfonts',
4544
'amsmath.sty' => 'texlive-amsmath',
4645
'amssymb.sty' => 'texlive-amsfonts',

0 commit comments

Comments
 (0)