summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorEric Fried <openstack@fried.cc>2019-11-01 14:08:56 -0500
committerEric Fried <openstack@fried.cc>2019-11-05 07:09:05 -0600
commitc7dbe857055a04402f12dfaa3b261b0ecbf86d7c (patch)
tree5b5c97423713efa5b72f97fd9b3eb08b58c58883 /doc/source/conf.py
parentd17a1c8039807cdac29e77eb5f0724d181bdd831 (diff)
downloadpython-openstackclient-c7dbe857055a04402f12dfaa3b261b0ecbf86d7c.tar.gz
Update a stale doc reference to use :neutron-doc:
The help page for network auto allocated topology had a link to a newton-era networking guide document that has been superseded and is now maintained in the neutron repository. This commit adds 'neutron' to the openstackdocstheme configuration so that the :neutron-doc: role works, and updates the link to point to the modern version therein. Change-Id: I5bcb40e265b22f15ff2f5ca4936160e231bb4075
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index d3dfccd2..ff37783f 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -35,7 +35,9 @@ repository_name = 'openstack/python-openstackclient'
use_storyboard = True
# Add project 'foo' to this list to enable the :foo-doc: role
-# openstack_projects = []
+openstack_projects = [
+ 'neutron',
+]
# Add any paths that contain templates here, relative to this directory.
#templates_path = ['_templates']