diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index b5f1b5754..c09a04fbf 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -68,16 +68,11 @@ master_doc = 'index' project = u'Ironic Inspector Release Notes' copyright = u'2015, Ironic Inspector Developers' -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# +# Release notes are version independent. # The short X.Y version. -from ironic_inspector.version import version_info as inspector_version +version = '' # The full version, including alpha/beta/rc tags. -release = inspector_version.version_string_with_vcs() -# The short X.Y version. -version = inspector_version.canonical_version_string() +release = '' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.