diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index ad886200..47477864 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -58,15 +58,12 @@ bug_project = 'kuryr-libnetwork' bug_tag = '' html_last_updated_fmt = '%Y-%m-%d %H:%M' -# 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. -# -from kuryr_libnetwork import version as kuryr_version +# Release notes do not need a version number in the title, they +# cover multiple releases. # The short X.Y version. -version = kuryr_version.version_info.version_string() +version = '' # The full version, including alpha/beta/rc tags. -release = kuryr_version.version_info.release_string() +release = '' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.