summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2017-03-20 13:31:29 +0000
committerStephen Finucane <sfinucan@redhat.com>2017-03-28 16:29:19 +0100
commit9f471eede95b7c555c4b71673806bd11943460e0 (patch)
treecaea16b0650b1b24c51a66a091cc61e4b24aae19 /doc/source
parentdd81ca0692ebe6c4892271da60a1e5eceba8d25c (diff)
downloadpython-openstackclient-9f471eede95b7c555c4b71673806bd11943460e0.tar.gz
doc: Remove local fork of apidoc
This is unnecessary as pbr has since been fixed. It was causing a broken build as it didn't respect the '[pbr] autodoc_tree_excludes' setting in setup.cfg. The 'openstackclient/volume/v3' directory is an empty module containing only an '__init__' file). Empty modules = unhappy autodoc, thus, this module is ignored. Change-Id: Ie355b14c14b7badccb5c25f7c17edbc5e4b3804f
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/conf.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index a244ea09..42029146 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -22,10 +22,6 @@ 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.
@@ -37,7 +33,6 @@ extensions = ['sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.todo',
'oslosphinx',
- 'ext.apidoc',
'stevedore.sphinxext',
]