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>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
54d6d73f 9fdcd6af

-4
-3
Documentation/conf.py
··· 277 277 \\setromanfont{DejaVu Sans} 278 278 \\setmonofont{DejaVu Sans Mono} 279 279 280 - % To allow adjusting table sizes 281 - \\usepackage{adjustbox} 282 - 283 280 ''' 284 281 } 285 282
-1
scripts/sphinx-pre-install
··· 40 40 # 41 41 42 42 my %texlive = ( 43 - 'adjustbox.sty' => 'texlive-adjustbox', 44 43 'amsfonts.sty' => 'texlive-amsfonts', 45 44 'amsmath.sty' => 'texlive-amsmath', 46 45 'amssymb.sty' => 'texlive-amsfonts',