diff docs/conf.py @ 2601:aa90719e8520 beta

Added troubleshooting section to docs
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 14 Jul 2012 13:03:34 +0200
parents b6adef467e23
children 7e5f8c12a3fc
line wrap: on
line diff
--- a/docs/conf.py	Sat Jul 14 12:56:36 2012 +0200
+++ b/docs/conf.py	Sat Jul 14 13:03:34 2012 +0200
@@ -54,8 +54,8 @@
 # The short X.Y version.
 root = os.path.dirname(os.path.dirname(__file__))
 sys.path.append(root)
-from rhodecode import get_version, __version__
-version = get_version()
+from rhodecode import __version__
+version = __version__
 # The full version, including alpha/beta/rc tags.
 release = __version__