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