Re: [PATCH v2 4/4] docs-rst: Allow Sphinx version 1.6

From: Jonathan Corbet
Date: Thu Aug 24 2017 - 15:26:41 EST


On Wed, 23 Aug 2017 05:56:57 -0300
Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx> wrote:

> Now that the PDF building issues with Sphinx 1.6 got fixed,
> update the documentation and scripts accordingly.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx>
> ---
> Documentation/conf.py | 3 ---
> Documentation/doc-guide/sphinx.rst | 4 +---
> scripts/sphinx-pre-install | 1 -
> 3 files changed, 1 insertion(+), 7 deletions(-)
>
> diff --git a/Documentation/conf.py b/Documentation/conf.py
> index 8e74d68037a5..0834a9933d69 100644
> --- a/Documentation/conf.py
> +++ b/Documentation/conf.py
> @@ -331,9 +331,6 @@ latex_elements = {
> \\setromanfont{DejaVu Sans}
> \\setmonofont{DejaVu Sans Mono}
>
> - % To allow adjusting table sizes
> - \\usepackage{adjustbox}
> -
> '''
> }

So this change doesn't quite match the changelog...what's the story there?

Thanks,

jon