Changeset - 2ec9b6c8cace
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 15 years ago 2010-10-11 13:52:25
marcin@python-works.com
automated, version building into sphinx
1 file changed with 5 insertions and 2 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -48,9 +48,12 @@ copyright = u'2010, Marcin Kuzminski'
 
# built documents.
 
#
 
# The short X.Y version.
 
version = '1.0.0'
 
root = os.path.dirname(os.path.dirname(__file__))
 
sys.path.append(root)
 
from rhodecode import get_version, __version__
 
version = get_version()
 
# The full version, including alpha/beta/rc tags.
 
release = '1.0.0rc1'
 
release = __version__
 

	
 
# The language for content autogenerated by Sphinx. Refer to documentation
 
# for a list of supported languages.
0 comments (0 inline, 0 general)