From de6d92fb924911aaf8bcae72995012b5e1781045 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Feb 2014 14:39:21 +0100 Subject: [PATCH] Switch over to oslosphinx Having the sphinx theme in the same namespace package as the production code has been causing issues with devstack installations. The solution settled on was to rename oslo.sphinx to oslosphinx because oslo.sphinx is not a "production" library. See the linked bug report for more background details. Closes-Bug: #1277168 Change-Id: I220b8901cef36499e91b92719f1e8e5461a95e92 --- doc/source/conf.py | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 5c6f0964e..2dfac198c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -8,7 +8,7 @@ sys.path.insert(0, os.path.abspath('../..')) # 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', 'oslo.sphinx'] +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'oslosphinx'] # autodoc generation is a bit aggressive and a nuisance when doing heavy # text edit cycles. diff --git a/test-requirements.txt b/test-requirements.txt index 738dc5bf7..62bdec8ce 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -20,4 +20,4 @@ coverage>=3.6 # this is required for the docs build jobs sphinx>=1.1.2,<1.2 -oslo.sphinx +oslosphinx