summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2014-12-08 16:48:06 -0800
committerJoshua Harlow <harlowja@yahoo-inc.com>2014-12-08 17:22:13 -0800
commit1b45419b3ee6c0ae05356b12dfea58667b5bd7a8 (patch)
tree3ccc9efa35148d14eb0f458e89db08e634340f8d
parent6171bccc65863c22d88c5ff0cfe8347b65b3cb05 (diff)
downloadtooz-1b45419b3ee6c0ae05356b12dfea58667b5bd7a8.tar.gz
Switch to using oslosphinx
Adjust the docs to generate in the common OpenStack format using the common OpenStack theme. Also adjust the copyright to now be the 'OpenStack Foundation' instead of being 'eNovance' now that this code is under the openstack repositories. Change-Id: I4026e80a1c98a8052d306d104bc92c70a3a36c3e
-rw-r--r--doc/source/conf.py5
-rw-r--r--test-requirements.txt1
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index cbdc2ff..16edd3f 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -30,6 +30,7 @@ extensions = [
'sphinx.ext.todo',
'sphinx.ext.graphviz',
'sphinx.ext.extlinks',
+ 'oslosphinx',
]
# Add any paths that contain templates here, relative to this directory.
@@ -46,7 +47,7 @@ master_doc = 'index'
# General information about the project.
project = u'tooz'
-copyright = u'%s, eNovance' % datetime.date.today().year
+copyright = u'%s, OpenStack Foundation' % datetime.date.today().year
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -235,7 +236,7 @@ latex_documents = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'tooz', u'tooz Documentation',
- u'eNovance', 'tooz', 'One line description of project.',
+ u'OpenStack Foundation', 'tooz', 'One line description of project.',
'Miscellaneous'),
]
diff --git a/test-requirements.txt b/test-requirements.txt
index 83873b4..835a7e3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,6 +4,7 @@ flake8>=2.1.0
discover
mock>=1.0 # only needed on < python 3.3
sphinx>=1.1.2,<1.2
+oslosphinx>=2.2.0 # Apache-2.0
python-subunit
testrepository>=0.0.17
testtools>=0.9.32