diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-08-26 06:28:28 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-09-08 10:02:55 -0600 |
commit | 54d6d73f50966751d346a4beb2b7892e793ad649 (patch) | |
tree | 59e8c5f625af95f3324f2a8976d1425e99c2e6a6 /scripts | |
parent | 9fdcd6afd8990889aeebcfa93ef79b402cdeb8a3 (diff) | |
download | blackbird-op-linux-54d6d73f50966751d346a4beb2b7892e793ad649.tar.gz blackbird-op-linux-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')
-rwxr-xr-x | scripts/sphinx-pre-install | 1 |
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', |