Opened 15 years ago
Closed 15 years ago
#14083 closed (fixed)
Python module index on docs page is empty
| Reported by: | Jirka Vejrazka | Owned by: | Justin Lilly |
|---|---|---|---|
| Component: | *.djangoproject.com | Version: | 1.2 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Hi,
I just randomly clicked on "Python Module Index" on the right sidebar of the documentation site. It currently returns an empty page, which is probably a bug.
Not a big deal, but worth opening a ticket :) I wish I could fix it, but Sphinx is not really my area.
Cheers, Jirka
Change History (3)
comment:1 by , 15 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 15 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed, more thanks to Justin Lilly.
Note:
See TracTickets
for help on using tickets.
Seems like renaming the modindex.html template to
py-modindex.html(the new name of the module index document in Sphinx >= 1.0) could help here?