Skip to content
Snippets Groups Projects
Commit 77cd46e3 authored by Marco Biasini's avatar Marco Biasini
Browse files

use ost.VERSION to set version number of documentation

parent baad29c2
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ sys.path.append(os.path.join(os.path.abspath('../..'),
'stage/lib/openstructure'))
sys.path.append(os.path.join(os.path.abspath('../..'),
'stage/lib64/openstructure'))
import ost
# -- General configuration -----------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be extensions
......@@ -49,9 +50,9 @@ copyright = u'2010, OpenStructure authors'
# built documents.
#
# The short X.Y version.
version = '1.1'
version = ost.VERSION
# The full version, including alpha/beta/rc tags.
release = '1.1'
release = ost.VERSION
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment