summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2014-01-27 16:56:37 +0100
committerGervase Markham <gerv@mozilla.org>2014-01-27 16:56:37 +0100
commit4f5dacee63a55d07309b82bf0404469d0aa49842 (patch)
treeb6b00467ae410e7a4a41861daa2e6a0b866f3837 /docs
parent5c4d17afb4b59acabe601b62b12f872de34b6dbe (diff)
downloadbugzilla-4f5dacee63a55d07309b82bf0404469d0aa49842.tar.gz
bugzilla-4f5dacee63a55d07309b82bf0404469d0aa49842.tar.xz
Bug 964294 - Require version 1.0 or greater of Sphinx to build docs. r=LpSolit, a=justdave.
Diffstat (limited to 'docs')
-rw-r--r--docs/en/rst/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py
index d46b87c3d..3bcd60d63 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.