Changing the documentation for Cue to the Openstack theme

The changes were made to the conf.py in docs so that Sphinx
builds the right theme for the documentation.

Change-Id: Iff24544dddf2c6c7a0a6baad6dc17ce92b05acf6
This commit is contained in:
pongubal 2016-01-12 21:43:41 +05:30 committed by Min Pae
parent ea98738844
commit dfb332dc36
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ extensions = ['sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinx.ext.graphviz',
'sphinxcontrib.httpdomain',
'oslosphinx'
]
todo_include_todos = True