From 5956339ccaaece3e8ad88b3897bdd1159de48dfc Mon Sep 17 00:00:00 2001 From: Daniel Mellado Date: Mon, 8 Feb 2016 17:26:42 +0100 Subject: [PATCH] Start using oslosphinx theme for docs Closes-Bug: #1542061 Change-Id: I99edd066e6860298a3e7bdc26b245eae6ec68d96 --- doc/source/conf.py | 7 +++---- test-requirements.txt | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 34394d94..fb0e68a0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -28,10 +28,9 @@ import 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.viewcode', -] +extensions = ['sphinx.ext.autodoc', + 'sphinx.ext.viewcode', + '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 82cf7351..b830d53a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,9 +3,9 @@ hacking>=0.10.2,<0.11 coverage>=3.6 discover mock>=1.2 -oslosphinx>=2.5.0,!=3.4.0 # Apache-2.0 pylint==1.4.5 # GNU GPL v2 python-subunit>=0.0.18 sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 # BSD +oslosphinx>=2.5.0,!=3.4.0 # Apache-2.0 testrepository>=0.0.18 testtools>=1.4.0