summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2014-07-24 17:59:25 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2014-07-24 20:59:45 -0400
commit6b836ac3686d6842bf50ac24f09aca8dfac3f41b (patch)
tree7001cd2d2e7c8f9eff1170c4d32d67ae365d468d
parentfd1594937d777c0047051ae470e2de5523522171 (diff)
downloadpython-swiftclient-6b836ac3686d6842bf50ac24f09aca8dfac3f41b.tar.gz
Update theme for docs
The current developer docs theme used is out of sync with the other openstack projects. This patch will update the docs to provide a more consistent look and feel when using developer docs Change-Id: I2c66f60f6cfdd7b7b50a457c931f11851f668fa6
-rw-r--r--doc/source/_static/.empty0
-rw-r--r--doc/source/conf.py4
-rw-r--r--test-requirements.txt1
3 files changed, 3 insertions, 2 deletions
diff --git a/doc/source/_static/.empty b/doc/source/_static/.empty
deleted file mode 100644
index e69de29..0000000
--- a/doc/source/_static/.empty
+++ /dev/null
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 42ae383..0b3e7e1 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -32,7 +32,7 @@ sys.path.insert(0, ROOT)
# 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.doctest', 'sphinx.ext.todo',
- 'sphinx.ext.coverage']
+ 'sphinx.ext.coverage', 'oslosphinx']
autoclass_content = 'both'
autodoc_default_flags = ['members', 'undoc-members', 'show-inheritance']
@@ -104,7 +104,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'.
-html_theme = 'default'
+#html_theme = 'nature'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
diff --git a/test-requirements.txt b/test-requirements.txt
index 755fddc..5427920 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,6 +3,7 @@ hacking>=0.8.0,<0.9
coverage>=3.6
discover
mock>=1.0
+oslosphinx
python-keystoneclient>=0.7.0
sphinx>=1.1.2,<1.2
testrepository>=0.0.18