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), }