From eeb07be155d2324934e9e7786f1c26378f63bfc8 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 1 Dec 2017 11:24:12 +0000 Subject: [PATCH] Remove version and release These aren't needed. Explicitly unset them to prevent pbr setting them. Change-Id: Ied62f279d95f5b198be35c8951433026ff555731 --- doc/source/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index b01b89d..f81b995 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -50,6 +50,11 @@ repository_name = 'openstack-infra/infra-manual' bug_project = '721' bug_tag = '' +# These docs are version independent, no need to set version and release. +version = "" +# The full version, including alpha/beta/rc tags. +release = "" + # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. #language = None