From 1fabf0a88fa6ad9ddb2a70b6906a65a5a52baec2 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Sat, 4 Feb 2017 14:53:55 +0800 Subject: [PATCH] Add Pike version '9.0.0' in doc Change-Id: Ia2fc4593275c2f52ab202bf9331ef54dec548e0b --- doc/source/ext/resources.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/ext/resources.py b/doc/source/ext/resources.py index a3586882b1..e38412d03f 100644 --- a/doc/source/ext/resources.py +++ b/doc/source/ext/resources.py @@ -34,7 +34,8 @@ _CODE_NAMES = {'2013.1': 'Grizzly', '5.0.0': 'Liberty', '6.0.0': 'Mitaka', '7.0.0': 'Newton', - '8.0.0': 'Ocata'} + '8.0.0': 'Ocata', + '9.0.0': 'Pike'} all_resources = {}