Bugs are now in launchpad, doc fixes
Updates docs to reflects bugs currently in launchpad Fixes default copyright line to be in line with one in ironic repo Change-Id: I50372d16020d3932da1a30ae6c6106033737bf68changes/53/883453/2 6.2.0
parent
4073a31cbc
commit
639b0afd18
|
@ -12,6 +12,6 @@ submitted for review via the Gerrit tool:
|
|||
|
||||
Pull requests submitted through GitHub will be ignored.
|
||||
|
||||
Bugs should be filed in StoryBoard, not GitHub:
|
||||
Bugs should be filed in Launchpad, not GitHub:
|
||||
|
||||
https://storyboard.openstack.org/#!/project/955
|
||||
https://bugs.launchpad.net/networking-baremetal
|
||||
|
|
|
@ -9,5 +9,5 @@ with Bare Metal service.
|
|||
* Free software: Apache license
|
||||
* Documentation: http://docs.openstack.org/networking-baremetal/latest
|
||||
* Source: http://opendev.org/openstack/networking-baremetal
|
||||
* Bugs: https://storyboard.openstack.org/#!/project/955
|
||||
* Bugs: https://bugs.launchpad.net/networking-baremetal
|
||||
* Release notes: https://docs.openstack.org/releasenotes/networking-baremetal/
|
||||
|
|
|
@ -49,7 +49,7 @@ source_suffix = '.rst'
|
|||
master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
copyright = '2017, The Networking Baremetal team'
|
||||
copyright = 'OpenStack Foundation'
|
||||
|
||||
config_generator_config_file = [
|
||||
('../../tools/config/networking-baremetal-ironic-neutron-agent.conf',
|
||||
|
@ -86,7 +86,7 @@ html_theme = 'openstackdocs'
|
|||
# openstackdocstheme options
|
||||
openstackdocs_repo_name = 'openstack/networking-baremetal'
|
||||
openstackdocs_pdf_link = True
|
||||
openstackdocs_use_storyboard = True
|
||||
openstackdocs_use_storyboard = False
|
||||
|
||||
# Output file base name for HTML help builder.
|
||||
htmlhelp_basename = 'networking-baremetaldoc'
|
||||
|
|
|
@ -114,7 +114,7 @@ html_theme = 'openstackdocs'
|
|||
|
||||
# openstackdocstheme options
|
||||
openstackdocs_repo_name = 'openstack/networking-baremetal'
|
||||
openstackdocs_use_storyboard = True
|
||||
openstackdocs_use_storyboard = False
|
||||
|
||||
# Theme options are theme-specific and customize the look and feel of a theme
|
||||
# further. For a list of options available for each theme, see the
|
||||
|
|
Loading…
Reference in New Issue