summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-17 18:24:35 +0100
committerGeorg Brandl <georg@python.org>2010-01-17 18:24:35 +0100
commit5a9a454631ff9e68cf1827ba1a9582a993dca8db (patch)
treefc4e18113c037d1ba74e6996f613e90e42fb5d37 /sphinx/quickstart.py
parent31c5290fb8ffa8ff66ec30f5c8ac32c0fd31fbdb (diff)
downloadsphinx-git-5a9a454631ff9e68cf1827ba1a9582a993dca8db.tar.gz
Added ``needs_sphinx`` config value and ``Sphinx.require_sphinx`` application API function.
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r--sphinx/quickstart.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py
index 269170535..4e5b72e7d 100644
--- a/sphinx/quickstart.py
+++ b/sphinx/quickstart.py
@@ -46,6 +46,9 @@ import sys, os
# -- General configuration -----------------------------------------------------
+# If your documentation needs a minimal Sphinx version, state it here.
+#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.
extensions = [%(extensions)s]