Use oslo.sphinx theme for docs

Use the oslo.sphinx theme for the documentation.

Change-Id: I9530dce8218317291dd78e5abeebd9172df6f48e
This commit is contained in:
Radomir Dopieralski 2014-04-30 13:12:46 +02:00
parent 76d3b299fe
commit 39847c1fd2

View File

@ -25,7 +25,7 @@ import sys, os
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.viewcode']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.viewcode', 'oslosphinx']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']