Show More
@@ -48,9 +48,12 b" copyright = u'2010, Marcin Kuzminski'" | |||||
48 | # built documents. |
|
48 | # built documents. | |
49 | # |
|
49 | # | |
50 | # The short X.Y version. |
|
50 | # The short X.Y version. | |
51 | version = '1.0.0' |
|
51 | root = os.path.dirname(os.path.dirname(__file__)) | |
|
52 | sys.path.append(root) | |||
|
53 | from rhodecode import get_version, __version__ | |||
|
54 | version = get_version() | |||
52 | # The full version, including alpha/beta/rc tags. |
|
55 | # The full version, including alpha/beta/rc tags. | |
53 | release = '1.0.0rc1' |
|
56 | release = __version__ | |
54 |
|
57 | |||
55 | # The language for content autogenerated by Sphinx. Refer to documentation |
|
58 | # The language for content autogenerated by Sphinx. Refer to documentation | |
56 | # for a list of supported languages. |
|
59 | # for a list of supported languages. |
General Comments 0
You need to be logged in to leave comments.
Login now