summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2014-07-24 16:42:37 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2014-07-24 20:53:27 -0400
commit092eb6643161747186ba4d0947a847af45e3d546 (patch)
tree9abeb097fe1480f4de1eb5c0a10d5ec734bcc3d0
parenta69738679bb7664f919bb7980813bec21141fde6 (diff)
downloadpython-ceilometerclient-092eb6643161747186ba4d0947a847af45e3d546.tar.gz
Update developer docs template
The current developer docs template used by ceilometer client is not the latest template used by the rest of the openstack projects. This patch will update the docs to provide a more consistent look and feel when using project docs. Change-Id: Ic25324da75100c0efe3e814de13807740592d4a1
-rw-r--r--doc/source/conf.py4
-rw-r--r--test-requirements.txt1
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 0d030d1..185f758 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -6,7 +6,7 @@ project = 'python-ceilometerclient'
# 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']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'oslosphinx' ]
# autodoc generation is a bit aggressive and a nuisance when doing heavy
# text edit cycles.
@@ -38,7 +38,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 = 'nature'
+#html_theme = 'nature'
# Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project
diff --git a/test-requirements.txt b/test-requirements.txt
index bb5e7e6..d52e17a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,6 +4,7 @@ coverage>=3.6
discover
fixtures>=0.3.14
mock>=1.0
+oslosphinx
python-subunit>=0.0.18
sphinx>=1.1.2,!=1.2.0,<1.3
testrepository>=0.0.18