Use PBVER instead of hardcoded version

This commit is contained in:
Uggla 2016-02-12 11:46:36 +01:00
parent e699acf328
commit 63b26e0840
2 changed files with 4 additions and 4 deletions

View File

@ -48,16 +48,16 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'python-redfish' project = u'python-redfish'
copyright = u'2016, Bruno Cornec, Vincent Misson, René Ribaud' copyright = u'2015, Bruno Cornec, Vincent Misson, René Ribaud'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.4' version = 'PBVER'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.4' release = 'PBVER'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -130,7 +130,7 @@ defpkgdir python-redfish = .
# List of files per pkg on which to apply filters # List of files per pkg on which to apply filters
# Files are mentioned relatively to pbroot/defpkgdir # Files are mentioned relatively to pbroot/defpkgdir
filteredfiles python-redfish = redfish-client/redfish-client.py filteredfiles python-redfish = redfish-client/redfish-client.py,doc/source/conf.py
#supfiles python-redfish = python-redfish.init #supfiles python-redfish = python-redfish.init
# For perl modules, names are different depending on distro # For perl modules, names are different depending on distro