summaryrefslogtreecommitdiffstats
path: root/Documentation/conf.py
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-08-26 05:28:28 -0400
committerJonathan Corbet <corbet@lwn.net>2017-09-08 12:02:55 -0400
commit54d6d73f50966751d346a4beb2b7892e793ad649 (patch)
tree59e8c5f625af95f3324f2a8976d1425e99c2e6a6 /Documentation/conf.py
parent9fdcd6afd8990889aeebcfa93ef79b402cdeb8a3 (diff)
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.py3
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 = {
277 \\setromanfont{DejaVu Sans} 277 \\setromanfont{DejaVu Sans}
278 \\setmonofont{DejaVu Sans Mono} 278 \\setmonofont{DejaVu Sans Mono}
279 279
280 % To allow adjusting table sizes
281 \\usepackage{adjustbox}
282
283 ''' 280 '''
284} 281}
285 282