comparison docs/conf.py @ 2776:63e58ef80ef1

Merge beta branch into stable
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 02 Sep 2012 21:19:54 +0200
parents aa90719e8520
children 7e5f8c12a3fc
comparison
equal deleted inserted replaced
2301:9d097c2592d3 2776:63e58ef80ef1
52 # built documents. 52 # built documents.
53 # 53 #
54 # The short X.Y version. 54 # The short X.Y version.
55 root = os.path.dirname(os.path.dirname(__file__)) 55 root = os.path.dirname(os.path.dirname(__file__))
56 sys.path.append(root) 56 sys.path.append(root)
57 from rhodecode import get_version, __version__ 57 from rhodecode import __version__
58 version = get_version() 58 version = __version__
59 # The full version, including alpha/beta/rc tags. 59 # The full version, including alpha/beta/rc tags.
60 release = __version__ 60 release = __version__
61 61
62 # The language for content autogenerated by Sphinx. Refer to documentation 62 # The language for content autogenerated by Sphinx. Refer to documentation
63 # for a list of supported languages. 63 # for a list of supported languages.