Changes in doc/conf.py [aa5e0a3:275524e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/conf.py
raa5e0a3 r275524e 13 13 14 14 import sys, os 15 16 # get version using this_version.py17 sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..'))18 from this_version import get_aubio_version19 15 20 16 # If extensions (or modules to document with autodoc) are in another directory, … … 53 49 # 54 50 # The short X.Y version. 55 56 version = get_aubio_version()[:3] 51 version = '0.4' 57 52 # The full version, including alpha/beta/rc tags. 58 release = get_aubio_version()53 release = '0.4.5~alpha' 59 54 60 55 # The language for content autogenerated by Sphinx. Refer to documentation
Note: See TracChangeset
for help on using the changeset viewer.