diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 472: revert change that pulls in version to docs automatically

Message ID 20121128215311.23032.97852.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson Nov. 28, 2012, 9:53 p.m. UTC
------------------------------------------------------------
revno: 472
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Thu 2012-11-29 10:52:36 +1300
message:
  revert change that pulls in version to docs automatically
modified:
  doc/conf.py


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'doc/conf.py'
--- doc/conf.py	2012-11-12 15:00:40 +0000
+++ doc/conf.py	2012-11-28 21:52:36 +0000
@@ -58,12 +58,10 @@ 
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
-import versiontools
-import lava_dispatcher
-version = "%d.%d" % lava_dispatcher.__version__[0:2]
+# The short X.Y version.
+version = '0.23'
 # The full version, including alpha/beta/rc tags.
-release = versiontools.format_version(lava_dispatcher.__version__)
-
+release = '0.23'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.