From 21f166b623415ba136e8ea0a95635d545db9aeed Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Wed, 26 Mar 2014 15:41:37 +0400 Subject: [PATCH] Start using oslosphinx theme for docs Change-Id: Ic327d9752e9c77e6543f23b032c8b77abd6ed479 --- doc/source/conf.py | 2 +- test-requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 30945d2b3..e37b8b888 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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'] diff --git a/test-requirements.txt b/test-requirements.txt index 868d84cf5..bc59d2eca 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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