diff options
Diffstat (limited to 'doc/rtd/conf.py')
| -rw-r--r-- | doc/rtd/conf.py | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rtd/conf.py b/doc/rtd/conf.py index 9be02766..d3764bea 100644 --- a/doc/rtd/conf.py +++ b/doc/rtd/conf.py @@ -12,8 +12,8 @@ sys.path.insert(0, os.path.abspath('.'))  from cloudinit import version  # Supress warnings for docs that aren't used yet -#unused_docs = [ -#] +# unused_docs = [ +# ]  # General information about the project.  project = 'Cloud-Init' @@ -21,7 +21,7 @@ project = 'Cloud-Init'  # -- 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.  | 
