From b823ad53ed917f62b4054d1401dda915a5be42e4 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 12 Mar 2014 10:16:05 -0700 Subject: [PATCH] Switch to oslosphinx Use the version of the doc theme without the namespace package. Partial-bug: #1277168 Change-Id: I7788a9d6b5984fdfcc4678f2182104d2eb8a2be0 --- doc/source/conf.py | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index e632e8f3..8bf6366c 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -23,7 +23,7 @@ sys.path.insert(0, os.path.abspath('../..')) extensions = [ 'sphinx.ext.autodoc', #'sphinx.ext.intersphinx', - 'oslo.sphinx' + 'oslosphinx', ] # autodoc generation is a bit aggressive and a nuisance when doing heavy @@ -72,4 +72,4 @@ latex_documents = [ ] # Example configuration for intersphinx: refer to the Python standard library. -#intersphinx_mapping = {'http://docs.python.org/': None} \ No newline at end of file +#intersphinx_mapping = {'http://docs.python.org/': None} diff --git a/test-requirements.txt b/test-requirements.txt index 25fa99cf..919f697c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ discover fixtures>=0.3.14 python-subunit sphinx>=1.1.2 -oslo.sphinx +oslosphinx testrepository>=0.0.17 testscenarios>=0.4 testtools>=0.9.32,<0.9.35