Re-adding the Salt Module Index

This commit is contained in:
Bryce Larson 2019-05-08 13:08:39 -06:00
parent a9a729dd45
commit 88da6d4167
No known key found for this signature in database
GPG Key ID: 131C38B0F02DB4CA

View File

@ -290,7 +290,7 @@ class SaltDomain(python_domain.PythonDomain):
type, target, node, contnode)
# Monkey-patch the Python domain remove the python module index
python_domain.PythonDomain.indices = []
python_domain.PythonDomain.indices = [SaltModuleIndex]
def setup(app):