Skip to content

Commit 89cf9f6

Browse files
committed
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
1 parent 35dc2be commit 89cf9f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
pygments_style = 'sphinx'
101101

102102
# A list of ignored prefixes for module index sorting.
103-
#modindex_common_prefix = []
103+
modindex_common_prefix = ['openstackclient.']
104104

105105

106106
# -- Options for HTML output --------------------------------------------------

0 commit comments

Comments
 (0)