mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Fixes modules index generated by Sphinx
Sphinx was always using (o)penstackclient for the prefix so the index wasn't very useful. Change-Id: Ie9f5d7fe428142bdb8027b422e3023418b48c428
This commit is contained in:
parent
35dc2bed9e
commit
89cf9f61b1
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ exclude_patterns = []
|
|||
pygments_style = 'sphinx'
|
||||
|
||||
# A list of ignored prefixes for module index sorting.
|
||||
#modindex_common_prefix = []
|
||||
modindex_common_prefix = ['openstackclient.']
|
||||
|
||||
|
||||
# -- Options for HTML output --------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue