docs-rst: don't require adjustbox anymore
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Sat, 26 Aug 2017 09:28:28 +0000 (06:28 -0300)
committerJonathan Corbet <corbet@lwn.net>
Fri, 8 Sep 2017 16:02:55 +0000 (10:02 -0600)
commit54d6d73f50966751d346a4beb2b7892e793ad649
tree59e8c5f625af95f3324f2a8976d1425e99c2e6a6
parent9fdcd6afd8990889aeebcfa93ef79b402cdeb8a3
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>
Documentation/conf.py
scripts/sphinx-pre-install