[QGIS Commit] r14056 - docs/trunk/english_us/developer_cookbook/source

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Aug 11 06:12:54 EDT 2010


Author: dassau
Date: 2010-08-11 10:12:54 +0000 (Wed, 11 Aug 2010)
New Revision: 14056

Modified:
   docs/trunk/english_us/developer_cookbook/source/conf.py
Log:
remove todo extension - not supported in debian version

Modified: docs/trunk/english_us/developer_cookbook/source/conf.py
===================================================================
--- docs/trunk/english_us/developer_cookbook/source/conf.py	2010-08-11 10:06:55 UTC (rev 14055)
+++ docs/trunk/english_us/developer_cookbook/source/conf.py	2010-08-11 10:12:54 UTC (rev 14056)
@@ -23,7 +23,7 @@
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo']
+extensions = ['sphinx.ext.autodoc']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
@@ -194,4 +194,4 @@
 # If false, no module index is generated.
 #latex_use_modindex = True
 
-todo_include_todos = True
+#todo_include_todos = True



More information about the QGIS-commit mailing list