Fix doc build error
This fixes the following error in the doc job. ``` TypeError: not all arguments converted during string formatting ``` Change-Id: If67f629dfd6b07ed198155bec43a128369b7affa
This commit is contained in:
parent
37de6f3ef0
commit
989f559d73
@ -98,7 +98,7 @@ man_pages = [
|
|||||||
# -- sphinx.ext.extlinks configuration ---------------------------------------
|
# -- sphinx.ext.extlinks configuration ---------------------------------------
|
||||||
|
|
||||||
extlinks = {
|
extlinks = {
|
||||||
'example': (source_tree + '/oslo_policy/%s', ''),
|
'example': (source_tree + '/oslo_policy/%s', '%s'),
|
||||||
}
|
}
|
||||||
|
|
||||||
# -- sphinxcontrib.apidoc configuration --------------------------------------
|
# -- sphinxcontrib.apidoc configuration --------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user