Start using oslosphinx theme for docs

Change-Id: Ic327d9752e9c77e6543f23b032c8b77abd6ed479
This commit is contained in:
Sergey Lukjanov 2014-03-26 15:41:37 +04:00
parent 733f1e58d8
commit 21f166b623
2 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,7 @@ gen_ref("v3", "Version 3 API Reference",
# 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']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'oslosphinx']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

View File

@ -6,5 +6,6 @@ fixtures>=0.3.14
keyring>=1.6.1,<2.0,>=2.1
mock>=1.0
sphinx>=1.1.2,<1.2
oslosphinx
testrepository>=0.0.18
testtools>=0.9.34