aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/sphinx-pre-install
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-08-26 06:28:28 -0300
committerJonathan Corbet <corbet@lwn.net>2017-09-08 10:02:55 -0600
commit54d6d73f50966751d346a4beb2b7892e793ad649 (patch)
tree59e8c5f625af95f3324f2a8976d1425e99c2e6a6 /scripts/sphinx-pre-install
parentdocs-rst: conf.py: only setup notice box colors if Sphinx < 1.6 (diff)
downloadlinux-dev-54d6d73f50966751d346a4beb2b7892e793ad649.tar.xz
linux-dev-54d6d73f50966751d346a4beb2b7892e793ad649.zip
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>
Diffstat (limited to 'scripts/sphinx-pre-install')
-rwxr-xr-xscripts/sphinx-pre-install1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/sphinx-pre-install b/scripts/sphinx-pre-install
index 677756ae34c9..067459760a7b 100755
--- a/scripts/sphinx-pre-install
+++ b/scripts/sphinx-pre-install
@@ -40,7 +40,6 @@ my $virtualenv = 1;
#
my %texlive = (
- 'adjustbox.sty' => 'texlive-adjustbox',
'amsfonts.sty' => 'texlive-amsfonts',
'amsmath.sty' => 'texlive-amsmath',
'amssymb.sty' => 'texlive-amsfonts',