summaryrefslogtreecommitdiff
path: root/api-ref/source/conf.py
diff options
context:
space:
mode:
authorSteve Martinelli <s.martinelli@gmail.com>2016-07-04 13:00:51 -0700
committerSteve Martinelli <s.martinelli@gmail.com>2016-07-04 13:03:55 -0700
commit4f183727f18f9183426e930543f01fc82cd32411 (patch)
tree73e10b340c98b358ef8389b9da3451fa8c2d84d2 /api-ref/source/conf.py
parent11d6b32fd4889e077f3ce8a6f2610332cbdb62fc (diff)
downloadkeystone-4f183727f18f9183426e930543f01fc82cd32411.tar.gz
generate separate index files for each api-ref
currntly, no index.html file is generated for any of the APIs, which should be required to migrate over to the api-site. check the generated build. Change-Id: Ib290c7412ff426b3061c5ad7535c8cb8310500fa
Diffstat (limited to 'api-ref/source/conf.py')
-rw-r--r--api-ref/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py
index 9781ea679..a5eb4be08 100644
--- a/api-ref/source/conf.py
+++ b/api-ref/source/conf.py
@@ -49,7 +49,7 @@ extensions = [
# templates_path = ['_templates']
# The suffix of source filenames.
-source_suffix = '.inc'
+source_suffix = '.rst'
# The encoding of source files.
# source_encoding = 'utf-8'