Opened 5 months ago

Closed 5 months ago

Last modified 5 months ago

#36320 closed Bug (fixed)

ReadTheDocs builds for 5.2 is broken

Reported by: Baptiste Mispelon Owned by: Baptiste Mispelon
Component: Documentation Version: 5.2
Severity: Normal Keywords: readthedocs rtd sphinx
Cc: Baptiste Mispelon Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As far as I can tell, the Rtd builds for 5.2 have never worked: https://app.readthedocs.org/projects/django/builds/?version__slug=5.2.x.

This is causing (small) issues for the website because we rely on them for serving the PDF and ePub builds of the docs: https://github.com/django/djangoproject.com/issues/2026

Change History (8)

comment:1 by Baptiste Mispelon, 5 months ago

Looking at the 5.1 logs from a few months ago [1] it looks like the epub build is breaking since bed70e2c00ee05ab28e3f01c390cb13501216450 and that causes the whole build to fail.

[1] https://app.readthedocs.org/projects/django/builds/?page=5&version__slug=5.1.x

comment:2 by Baptiste Mispelon, 5 months ago

Has patch: set

I believe https://github.com/django/django/pull/19377 should fix it (it fixes the building of the ePub docs locally for me)

comment:3 by David Smith, 5 months ago

Triage Stage: UnreviewedAccepted

comment:4 by Antoliny, 5 months ago

Owner: set to Baptiste Mispelon
Status: newassigned

comment:5 by Mariusz Felisiak, 5 months ago

Triage Stage: AcceptedReady for checkin

comment:6 by GitHub <noreply@…>, 5 months ago

Resolution: fixed
Status: assignedclosed

In ac16d287:

Fixed #36320 -- Ignored "duplicated_toc_entry" for ePub docs build.

comment:7 by Mariusz Felisiak <felisiak.mariusz@…>, 5 months ago

In 64ec347f:

[5.2.x] Fixed #36320 -- Ignored "duplicated_toc_entry" for ePub docs build.

Backport of ac16d2876da296d8e50450bf7d776f92d1e16b0d from main

comment:8 by Mariusz Felisiak <felisiak.mariusz@…>, 5 months ago

In af6d305:

[5.1.x] Fixed #36320 -- Ignored "duplicated_toc_entry" for ePub docs build.

Backport of ac16d2876da296d8e50450bf7d776f92d1e16b0d from main

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