Opened 3 weeks ago

Closed 3 weeks ago

Last modified 3 weeks ago

#36789 closed Bug (fixed)

PDF Docs builds are broken

Reported by: David Smith Owned by: Pravin
Component: Documentation Version: 6.0
Severity: Release blocker Keywords:
Cc: ontowhee 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

Since eaf7b563a5d3861026242fdb503a58f71acf17f6 the pdf build of the docs have been broken. See report on the forum.

I traced the commit which introduced this error by looking through the build logs on read the docs.

Pass - https://app.readthedocs.org/projects/django/builds/30151643/
Fail - https://app.readthedocs.org/projects/django/builds/30194393/

The error messages are along the lines of the following so seems to make sense that it's the identified commit that introduced the regression.

Missing input file '{internals/_images/contribution_process}

I suspect it is because a .pdf version of the image was not included as part that change.

Change History (6)

comment:1 by Natalia Bidart, 3 weeks ago

Cc: ontowhee added
Triage Stage: UnreviewedAccepted

Thank you David! I think your conclusion makes sense. At the time neither LIlian nor I knew why there was a PDF for the image.

comment:2 by Pravin, 3 weeks ago

Has patch: set
Owner: set to Pravin
Status: newassigned

comment:3 by Natalia Bidart, 3 weeks ago

Triage Stage: AcceptedReady for checkin

comment:4 by nessita <124304+nessita@…>, 3 weeks ago

Resolution: fixed
Status: assignedclosed

In 2d5a780:

Fixed #36789 -- Added missing PDF file for docs/internals/_images/contribution_process.svg.

The PDF is needed to build the PDF version of the whole docs.

comment:5 by Natalia <124304+nessita@…>, 3 weeks ago

In 728e3067:

[6.0.x] Fixed #36789 -- Added missing PDF file for docs/internals/_images/contribution_process.svg.

The PDF is needed to build the PDF version of the whole docs.

Backport of 2d5a780eb5c83775f428e152517abc05b759cb8a from main.

comment:6 by Natalia Bidart, 3 weeks ago

Confirmed this was fixed. Build https://app.readthedocs.org/projects/django/builds/30659945/ shows a success PDF build.

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