summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-07-12 21:29:28 +1200
committerRobert Collins <robertc@robertcollins.net>2015-07-12 21:29:28 +1200
commit446762bcdb7c0f44d52610c102f1e4bb7343a1f4 (patch)
tree317e4808c1ca7afd5b2e3bdf293f4132cd0c8869 /doc
parentb4f9df3b93239da17ffc6359b2085dfb85922a1c (diff)
downloadtestrepository-446762bcdb7c0f44d52610c102f1e4bb7343a1f4.tar.gz
Migrate to pbr for build management
Reduce manual maintenance by using pbr.
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py
index c9076dd..c482fbe 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -48,9 +48,9 @@ copyright = u'2012, Testrepository Contributors'
# built documents.
#
# The short X.Y version.
-version = 'trunk'
+# version = 'trunk'
# The full version, including alpha/beta/rc tags.
-release = 'trunk'
+# release = 'trunk'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -91,7 +91,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-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