summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-02-20 01:13:23 +0100
committerGeorg Brandl <georg@python.org>2010-02-20 01:13:23 +0100
commit69af046cfcbadba827d8301a7bfaa2c4f1e5d3a8 (patch)
tree4cb0f9cd3897bf61524e76eb51f3d313f0157f0e /tests
parent71a29487ac88b6b48ae62cbad1c97de561cabe06 (diff)
downloadsphinx-69af046cfcbadba827d8301a7bfaa2c4f1e5d3a8.tar.gz
Make the concept of "module index" generalized to domains. As a side-effect, the latex modindex is no longer generated by LaTeX.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_build_html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_build_html.py b/tests/test_build_html.py
index 5608960d..bfa0f1cf 100644
--- a/tests/test_build_html.py
+++ b/tests/test_build_html.py
@@ -170,7 +170,7 @@ HTML_XPATH = {
".//div[@class='footer']": 'Georg Brandl & Team',
".//a[@href='http://python.org/']": '',
".//li/a[@href='genindex.html']/em": 'Index',
- ".//li/a[@href='modindex.html']/em": 'Module Index',
+ ".//li/a[@href='py-modindex.html']/em": 'Module Index',
".//li/a[@href='search.html']/em": 'Search Page',
# custom sidebar only for contents
".//h4": 'Contents sidebar',