diff options
| author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-08-26 06:28:27 -0300 | 
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2017-08-26 15:50:27 -0600 | 
| commit | 95a40b86c420ce01c5eeb3330d3583ad5a55ed24 (patch) | |
| tree | 6eb41556f166f8f26c4a3b3e71671829b0534845 /Documentation/doc-guide | |
| parent | 646056ec3b8e6f952190a7b92bd8076e1d8c60d4 (diff) | |
| download | linux-95a40b86c420ce01c5eeb3330d3583ad5a55ed24.tar.bz2 | |
sphinx.rst: Allow Sphinx version 1.6 at the docs
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@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/doc-guide')
| -rw-r--r-- | Documentation/doc-guide/sphinx.rst | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/Documentation/doc-guide/sphinx.rst b/Documentation/doc-guide/sphinx.rst index 8faafb9b2d86..a2417633fdd8 100644 --- a/Documentation/doc-guide/sphinx.rst +++ b/Documentation/doc-guide/sphinx.rst @@ -80,9 +80,7 @@ output.  PDF and LaTeX builds  -------------------- -Such builds are currently supported only with Sphinx versions 1.4 and 1.5. - -Currently, it is not possible to do pdf builds with Sphinx version 1.6. +Such builds are currently supported only with Sphinx versions 1.4 and upper.  For PDF and LaTeX output, you'll also need ``XeLaTeX`` version 3.14159265. |