aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/conf.py
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-22 11:04:49 -0300
committerJonathan Corbet <corbet@lwn.net>2016-08-22 15:36:15 -0600
commitca7bfe2c8d9f3aee469a3a36110a95ebb511ee20 (patch)
tree117a1e73712374df04f8a6bf41340b0438543b0e /Documentation/conf.py
parentdocs-rst: Fix an warning when in interactive mode (diff)
downloadlinux-dev-ca7bfe2c8d9f3aee469a3a36110a95ebb511ee20.tar.xz
linux-dev-ca7bfe2c8d9f3aee469a3a36110a95ebb511ee20.zip
docs-rst: add package adjustbox
We need adjustbox to allow adjusting the size of tables that are bigger than the line width. There are quite a few of them at the media books. 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, 3 insertions, 0 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index 85e9f16b1d98..ab484e56e23c 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -326,6 +326,9 @@ latex_elements = {
\\setromanfont{DejaVu Sans}
\\setmonofont{DejaVu Sans Mono}
+ % To allow adjusting table sizes
+ \\usepackage{adjustbox}
+
'''
}