summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-01 21:07:29 +0000
committerGerrit Code Review <review@openstack.org>2017-04-01 21:07:29 +0000
commite059adeab7a84c1ab17c31a05b5e0d2d384c628f (patch)
treeb127ab61205fce7177d1ae411739d9c9d3ce139a /doc/source
parent659115448803f1a6181ad0f592e0b61a86ad83fc (diff)
parent9f471eede95b7c555c4b71673806bd11943460e0 (diff)
downloadpython-openstackclient-e059adeab7a84c1ab17c31a05b5e0d2d384c628f.tar.gz
Merge "doc: Remove local fork of apidoc"
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',
]