summaryrefslogtreecommitdiff
path: root/api-ref/source/conf.py
diff options
context:
space:
mode:
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.