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:
Takashi Kajinami 2023-10-04 19:01:00 +09:00
parent 37de6f3ef0
commit 989f559d73

View File

@ -98,7 +98,7 @@ man_pages = [
# -- sphinx.ext.extlinks configuration ---------------------------------------
extlinks = {
'example': (source_tree + '/oslo_policy/%s', ''),
'example': (source_tree + '/oslo_policy/%s', '%s'),
}
# -- sphinxcontrib.apidoc configuration --------------------------------------