summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-17 18:29:16 +0100
committerGeorg Brandl <georg@python.org>2010-01-17 18:29:16 +0100
commitbaf0087f3a339fb12fa64123879f45b72f4da8dd (patch)
tree59a06b108522d2452fe084a2c80b106bdce86fe3 /sphinx/quickstart.py
parent38bb37024957227b0759e47abd3d03a5ce8b3a43 (diff)
parent5a9a454631ff9e68cf1827ba1a9582a993dca8db (diff)
downloadsphinx-git-baf0087f3a339fb12fa64123879f45b72f4da8dd.tar.gz
merge with trunk
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 5767405ce..f3d26aa4d 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]