Changeset 3635
- Timestamp:
- 18/10/08 12:29:55 (3 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
base/doc/conf.py (modified) (2 diffs)
-
beacon/doc/conf.py (modified) (2 diffs)
-
metadata/doc/conf.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/doc/conf.py
r3634 r3635 18 18 # absolute, like shown here. 19 19 sys.path.append(os.path.abspath('../build/lib.linux-i686-2.5')) 20 from kaa.version import VERSION 20 21 21 22 # General configuration … … 44 45 # 45 46 # The short X.Y version. 46 version = '0.5.0'47 version = str(VERSION) 47 48 # The full version, including alpha/beta/rc tags. 48 release = '0.5.0'49 release = str(VERSION) 49 50 50 51 # There are two options for replacing |today|: either, you set today to some -
trunk/beacon/doc/conf.py
r3616 r3635 18 18 # absolute, like shown here. 19 19 sys.path.append(os.path.abspath('../build/lib.linux-i686-2.5/kaa')) 20 from beacon.version import VERSION 20 21 21 22 # General configuration … … 44 45 # 45 46 # The short X.Y version. 46 version = '0.1.0'47 version = str(VERSION) 47 48 # The full version, including alpha/beta/rc tags. 48 release = '0.1.0'49 release = str(VERSION) 49 50 50 51 # There are two options for replacing |today|: either, you set today to some -
trunk/metadata/doc/conf.py
r3620 r3635 18 18 # absolute, like shown here. 19 19 sys.path.append(os.path.abspath('../build/lib.linux-i686-2.5/kaa')) 20 from metadata.version import VERSION 20 21 21 22 # General configuration … … 44 45 # 45 46 # The short X.Y version. 46 version = '0.7.4'47 version = str(VERSION) 47 48 # The full version, including alpha/beta/rc tags. 48 release = '0.7.4'49 release = str(VERSION) 49 50 50 51 # There are two options for replacing |today|: either, you set today to some
