From f1bc67c24bb3165acaf87b7bbdc48b23a8559534 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Tue, 13 Mar 2012 15:46:05 -0700 Subject: [PATCH] Remove todolist from docs * Fixes bug 954543 Change-Id: Ib6ca8bbed18f1967108825b8b219a7d46336d11d --- doc/source/conf.py | 5 +---- doc/source/index.rst | 5 ----- doc/source/installing.rst | 10 ---------- 3 files changed, 1 insertion(+), 19 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index a432aac8a4..b374e6f9f2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -47,10 +47,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.ifconfig', 'sphinx.ext.intersphinx', 'sphinx.ext.pngmath', - 'sphinx.ext.graphviz', - 'sphinx.ext.todo'] - -todo_include_todos = True + 'sphinx.ext.graphviz'] # Add any paths that contain templates here, relative to this directory. templates_path = [] diff --git a/doc/source/index.rst b/doc/source/index.rst index 603f919411..fe07a02d2a 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -76,11 +76,6 @@ Developer Docs architecture community -Outstanding Documentation Tasks -=============================== - -.. todolist:: - Indices and tables ================== diff --git a/doc/source/installing.rst b/doc/source/installing.rst index 1c754504ec..ddf1e1b9dd 100644 --- a/doc/source/installing.rst +++ b/doc/source/installing.rst @@ -47,11 +47,6 @@ Install Glance:: $ su - # yum install openstack-glance -Mac OSX -####### - -.. todo:: No idea how to do install on Mac OSX. Somebody with a Mac should complete this section - Installing from source tarballs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -140,8 +135,3 @@ Once Glance is built and tested, install it:: $ su - # python setup.py install - -Mac OSX -####### - -.. todo:: No idea how to do install on Mac OSX. Somebody with a Mac should complete this section