From a35d7f88cfbfee514d5552e14bef9c441ecc368b Mon Sep 17 00:00:00 2001 From: Gregory Haynes Date: Wed, 11 Feb 2015 23:29:21 -0800 Subject: [PATCH] Use oslosphinx for docs site This gets us the openstack theme Change-Id: I679bbc36d58294ef14852a7938435eacf71321ed --- 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 8f50a8223..5e5135ead 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -4,7 +4,7 @@ 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 = [] +extensions = ['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 d8750285a..ea3fc0db7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,3 +9,4 @@ testrepository>=0.0.18 # Doc requirements sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +oslosphinx>=2.2.0 # Apache-2.0