Skip to content

Commit 70cf7ea

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix docs bug link to go to storyboard rather than launchpad"
2 parents 0f56b7d + 8ce203f commit 70cf7ea

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The order of packages is significant, because pip processes them in the order
22
# of appearance. Changing the order has an impact on the overall integration
33
# process, which may cause wedges in the gate later.
4-
openstackdocstheme>=1.18.1 # Apache-2.0
4+
openstackdocstheme>=1.23.2 # Apache-2.0
55
reno>=2.5.0 # Apache-2.0
66
sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
77
sphinxcontrib-apidoc>=0.2.0 # BSD

doc/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232

3333
# openstackdocstheme options
3434
repository_name = 'openstack/python-openstackclient'
35-
bug_project = 'python-openstackclient'
36-
bug_tag = ''
35+
use_storyboard = True
3736

3837
# Add any paths that contain templates here, relative to this directory.
3938
#templates_path = ['_templates']

releasenotes/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545

4646
# openstackdocstheme options
4747
repository_name = 'openstack/python-openstackclient'
48-
bug_project = 'python-openstackclient'
49-
bug_tag = ''
48+
use_storyboard = True
5049

5150
# Set aliases for extlinks
5251
# * lpbug - generic Launchpad bug :lpbug:`123456`

0 commit comments

Comments
 (0)