Skip to content

Commit 8ce203f

Browse files
committed
Fix docs bug link to go to storyboard rather than launchpad
This fixes the docs bug link generation for the normal docs and release notes docs. The requirement on openstackdocstheme is bumped to 1.23.2 to pick up fix I2ed164b9b0badade702c50543ac1a5eea4d1867b. Change-Id: I89711a391ee0fb7e40c1fbf83f950e2b582358d9 Story: #2005467 Task: #30546
1 parent cac699d commit 8ce203f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

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)