summaryrefslogtreecommitdiff
path: root/api-ref/source/conf.py
diff options
context:
space:
mode:
authorJim Rollenhagen <jim@jimrollenhagen.com>2016-05-16 07:48:39 -0400
committerJim Rollenhagen <jim@jimrollenhagen.com>2016-05-16 08:12:48 -0400
commit2f0e1e180e33bd1b337b1cfd783e562e4662368c (patch)
tree2f6f167394344d93662ff950eb62fd2469659542 /api-ref/source/conf.py
parent7a53b6d68e1a642e814eb081217903f285dd3543 (diff)
downloadironic-2f0e1e180e33bd1b337b1cfd783e562e4662368c.tar.gz
Migrate to os-api-ref library
os-api-ref is released on pypi now, so we can move to using it instead of our in tree version. Change-Id: If353f4a2e553fa3da3b2a4c920e233f51365b77c Depends-On: I0e615d36a2e5a8fa0d83f20bdcc2c33ad868ebd5
Diffstat (limited to 'api-ref/source/conf.py')
-rw-r--r--api-ref/source/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py
index 15b46a5c4..599e64e2c 100644
--- a/api-ref/source/conf.py
+++ b/api-ref/source/conf.py
@@ -41,7 +41,7 @@ sys.path.insert(0, os.path.abspath('./'))
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
- 'ext.rest_parameters',
+ 'os_api_ref',
'oslosphinx',
]
@@ -138,7 +138,7 @@ pygments_style = 'sphinx'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
+# html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.