From d71aa362c1d27d3fcfe83eba50a375715b47d2e8 Mon Sep 17 00:00:00 2001 From: Boris Bobrov Date: Wed, 5 Jul 2017 12:28:44 +0300 Subject: [PATCH] Change locations of docs for intersphinx Due to latest change in docs the old urls don't work and cause gate failures. Fix it to reflect the new locations. Change-Id: Ie5f1144b1a943c73337c1e076d2a9910a9342bd3 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index eacff6d..281fb92 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -77,6 +77,6 @@ latex_documents = [ intersphinx_mapping = { 'python': ('https://docs.python.org/', None), - 'osloconfig': ('http://docs.openstack.org/developer/oslo.config/', None), + 'osloconfig': ('http://docs.openstack.org/oslo.config/latest/', None), 'dogpilecache': ('https://dogpilecache.readthedocs.io/en/latest/', None), }