From 5f688777ba2dbe1ab92a29beae1e1c190278159b Mon Sep 17 00:00:00 2001
From: Will Szumski <will@stackhpc.com>
Date: Fri, 6 Dec 2019 17:32:01 +0000
Subject: [PATCH] Add kayobe as openstack project for release notes

This allows you to use a project reference for documentation, e.g

features:
  - |
    :kayobe-doc:`Testing versioned docs <configuration/kayobe.html#configuration-patterns>`

Change-Id: Ie25a7f12b99b8b02dfd76848ec7c3fc08c8b8108
---
 releasenotes/source/conf.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index ce1f1e333..84963dbc3 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -253,3 +253,7 @@ texinfo_documents = [
 
 # -- Options for Internationalization output ------------------------------
 locale_dirs = ['locale/']
+
+openstack_projects = [
+    'kayobe',
+]