Files
modules/doc/source/version.py.in
Xavier Delaruelle eb5849ec92 install: adapt doc build process to sphinx
Change makefile to build doc with sphinx rather pod. Docs are now
pregenerated in dist-tarball, to avoid requiring documentation build
tool when installing from these dist-tarball.

Adapt travis conf & RPM spec file to the new documentation build
process.
2017-10-07 15:11:19 +02:00

6 lines
141 B
Python

# run make to generate version.py
version = '@MODULES_RELEASE@'
release = '@MODULES_RELEASE@@MODULES_BUILD@'
today = '@MODULES_BUILD_DATE@'