]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 964294 - Require version 1.0 or greater of Sphinx to build docs. r=LpSolit, a...
authorGervase Markham <gerv@gerv.net>
Mon, 27 Jan 2014 15:56:37 +0000 (15:56 +0000)
committerGervase Markham <gerv@mozilla.org>
Mon, 27 Jan 2014 15:56:37 +0000 (15:56 +0000)
docs/en/rst/conf.py

index d46b87c3d70fca69d972c904c67c35de23610967..3bcd60d63b21126069f6cdb6c521c313a07d11d2 100644 (file)
@@ -21,7 +21,7 @@ import sys, os
 # -- General configuration -----------------------------------------------------
 
 # If your documentation needs a minimal Sphinx version, state it here.
-#needs_sphinx = '1.0'
+needs_sphinx = '1.0'
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.