]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
docs: fix minimal sphinx version in conf.py
authorMarkus Heiser <markus.heiser@darmarit.de>
Mon, 14 Aug 2017 08:53:33 +0000 (10:53 +0200)
committerJonathan Corbet <corbet@lwn.net>
Thu, 24 Aug 2017 19:33:25 +0000 (13:33 -0600)
according to what Documentation/doc-guide/sphinx.rst says::

  The ReST markups currently used by the Documentation/ files
  are meant to be built with ``Sphinx`` version 1.3 or upper.

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/conf.py

index 8e74d68037a5731b83743fc3e99d8f65d96acd90..9e941be37b9440b856e90ca0f62058cc7f034345 100644 (file)
@@ -29,7 +29,7 @@ from load_config import loadConfig
 # -- General configuration ------------------------------------------------
 
 # If your documentation needs a minimal Sphinx version, state it here.
-needs_sphinx = '1.2'
+needs_sphinx = '1.3'
 
 # Add any Sphinx extension module names here, as strings. They can be
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom