summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-12-01 23:06:53 +0000
committerGerrit Code Review <review@openstack.org>2014-12-01 23:06:53 +0000
commit1989198eace4c886f02143f17382645f09b5f0d1 (patch)
tree5d05bcc9e41122fa3ea457cd957a426bea791612 /doc/source
parent7e6b68ded99c86a4e24e548445f6ae03262ef259 (diff)
parent6dc128636e6161851272d534d47dfbd422f65161 (diff)
downloadpython-openstackclient-1989198eace4c886f02143f17382645f09b5f0d1.tar.gz
Merge "Enhance the theming for modules page"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/conf.py8
-rw-r--r--doc/source/index.rst4
2 files changed, 9 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 7c7a00b3..e805a987 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -22,6 +22,10 @@ import pbr.version
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..')))
+# NOTE(blk-u): Path for our Sphinx extension, remove when
+# https://launchpad.net/bugs/1260495 is fixed.
+sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
+
# -- General configuration ----------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
@@ -32,7 +36,9 @@ sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..',
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.todo',
- 'oslosphinx']
+ 'oslosphinx',
+ 'ext.apidoc',
+ ]
# Add any paths that contain templates here, relative to this directory.
#templates_path = ['_templates']
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 2edbb35d..8806daa0 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -39,8 +39,8 @@ the openstack/python-openstackclient project using `Gerrit`_.
.. _Launchpad: https://launchpad.net/python-openstackclient
.. _Gerrit: http://wiki.openstack.org/GerritWorkflow
-Index
-=====
+Indices and Tables
+==================
* :ref:`genindex`
* :ref:`modindex`