diff options
| author | Julian Andres Klode <jak@debian.org> | 2015-06-10 13:57:38 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2015-06-10 13:59:30 +0200 |
| commit | 3ee219a9e8937bdc382be5493cd9a53df0142005 (patch) | |
| tree | 3d4241dd09ea0261a1b38856f498cfd859f6d6b2 /doc/source | |
| parent | 412b43e873346292543b6401664f4923220f07c1 (diff) | |
| download | python-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')
| -rw-r--r-- | doc/source/templates/indexcontent.html | 2 |
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> |
