From 2740523eddd6ba8d8fd634236b455eeec3223f8b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 27 Nov 2008 18:34:34 +0100 Subject: [PATCH] Note that the quickstarted conf.py doesn't contain all possible config values. --- sphinx/quickstart.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index a66f7ecaf..1f0765756 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -32,6 +32,9 @@ QUICKSTART_CONF = '''\ # The contents of this file are pickled, so don't put values in the namespace # that aren't pickleable (module imports are okay, they're removed automatically). # +# Note that not all possible configuration values are present in this +# autogenerated file. +# # All configuration values have a default; values that are commented out # serve to show the default.