Opened 15 years ago
Closed 15 years ago
#11336 closed (fixed)
Warning under the "Generic Views" header in main docs page
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
http://docs.djangoproject.com/en/dev/
Under generic views, the following error message is displayed:
System Message: WARNING/2 (/home/djangodocs/en/dev/index.txt) undefined label: topics-generic-views
Possibly related to http://code.djangoproject.com/changeset/11025?
Note:
See TracTickets
for help on using tickets.
Yes, the references were added in
index.txt
andtopics/index.txt
but the target filetopics/generic-views.txt
wasn't added until r11026. Sphinx doesn't to know it needs to re-process the other files to regenerate the xrefs, so these two links are broken until the next commit that touches them and so forces the re-generation of the HTML copies.