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 /Documentation/conf.py | |
parent | 9fdcd6afd8990889aeebcfa93ef79b402cdeb8a3 (diff) | |
download | linux-54d6d73f50966751d346a4beb2b7892e793ad649.tar.gz linux-54d6d73f50966751d346a4beb2b7892e793ad649.tar.bz2 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 'Documentation/conf.py')
-rw-r--r-- | Documentation/conf.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py index b986eda20a05..63857d33778c 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -277,9 +277,6 @@ latex_elements = { \\setromanfont{DejaVu Sans} \\setmonofont{DejaVu Sans Mono} - % To allow adjusting table sizes - \\usepackage{adjustbox} - ''' } |