Opened 4 months ago

Closed 4 months ago

Last modified 4 months ago

#36387 closed Uncategorized (invalid)

Offline doc file django-docs-4.2-en.zip has "Django 5.2 documentation" as Title

Reported by: stephanm Owned by:
Component: Documentation Version: 4.2
Severity: Normal 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 (last modified by stephanm)

Seems that the doc build process has a small glitch, reminds me #36294

When you open the index.html, the Title on the page is "Django 5.2 documentation" ... it should be "Django 4.2 documentation"

I re-downloaded the zip file bacause I thought I did a mistake, but the little mistake is still here.

Not a big issue but confusing :-)

Change History (3)

comment:1 by stephanm, 4 months ago

Description: modified (diff)

comment:2 by Sarah Boyce, 4 months ago

Resolution: invalid
Status: newclosed

Similar to #36294, this should be reported in the djangoproject.com issue tracker
I have reopened the issue on djangoproject.com: https://github.com/django/djangoproject.com/issues/2011

comment:3 by stephanm, 4 months ago

Thanks Sarah,

I just did a doc build by myself using the source tar django-4.2.21.tar.gz,
now the title is correct and the name is "Django 4.2.21 documentation".

(the problem affects appearently all docs because the offline doc for django 5.2.1 has "Django 5.2 documentation"
as title and not "Django 5.2.1 documentation")
Bye

Note: See TracTickets for help on using tickets.
Back to Top