summaryrefslogtreecommitdiff
path: root/doc/source/templates
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-06-10 13:57:38 +0200
committerJulian Andres Klode <jak@debian.org>2015-06-10 13:59:30 +0200
commit3ee219a9e8937bdc382be5493cd9a53df0142005 (patch)
tree3d4241dd09ea0261a1b38856f498cfd859f6d6b2 /doc/source/templates
parent412b43e873346292543b6401664f4923220f07c1 (diff)
downloadpython-apt-3ee219a9e8937bdc382be5493cd9a53df0142005.tar.gz
doc: templates: indexcontent: Fix link from modindex to py-modindex
This seems to have changed in recent sphinx versions. Gbp-Dch: ignore
Diffstat (limited to 'doc/source/templates')
-rw-r--r--doc/source/templates/indexcontent.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/templates/indexcontent.html b/doc/source/templates/indexcontent.html
index 394b46d5..b1395816 100644
--- a/doc/source/templates/indexcontent.html
+++ b/doc/source/templates/indexcontent.html
@@ -35,7 +35,7 @@
<p><strong>Indices and tables:</strong></p>
<table class="contentstable" align="center"><tr>
<td width="50%">
- <p class="biglink"><a class="biglink" href="{{ pathto("modindex") }}">Global Module Index</a><br/>
+ <p class="biglink"><a class="biglink" href="{{ pathto("py-modindex") }}">Global Module Index</a><br/>
<span class="linkdescr">quick access to all modules</span></p>
<p class="biglink"><a class="biglink" href="{{ pathto("genindex") }}">General Index</a><br/>
<span class="linkdescr">all functions, classes, terms</span></p>