diff options
Diffstat (limited to 'doc/source/conf.py')
| -rw-r--r-- | doc/source/conf.py | 4 |
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'] |
