From: Gervase Markham Date: Mon, 27 Jan 2014 15:56:37 +0000 (+0000) Subject: Bug 964294 - Require version 1.0 or greater of Sphinx to build docs. r=LpSolit, a... X-Git-Tag: bugzilla-4.5.2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f5dacee63a55d07309b82bf0404469d0aa49842;p=thirdparty%2Fbugzilla.git Bug 964294 - Require version 1.0 or greater of Sphinx to build docs. r=LpSolit, a=justdave. --- diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py index d46b87c3d7..3bcd60d63b 100644 --- a/docs/en/rst/conf.py +++ b/docs/en/rst/conf.py @@ -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.