comparison 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
comparison
equal deleted inserted replaced
2600:1b9d6b0a92b3 2601:aa90719e8520
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.