Opened 12 years ago
Closed 12 years ago
#19613 closed Bug (fixed)
Offline PDF version not available
Reported by: | Owned by: | Aymeric Augustin | |
---|---|---|---|
Component: | *.djangoproject.com | Version: | dev |
Severity: | Normal | Keywords: | pdf, 404 |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When trying to download the PDF offline version of the doc's, I get the "404 Not found" error.
Steps to reproduce:
- Open the v1.5 doc's home page: https://docs.djangoproject.com/en/1.5/
- Click the "PDF" link for offline documentation version: http://media.readthedocs.org/pdf/django/1.5.X/django.pdf
Browser: Mozilla Firefox v18
OS: Ubuntu 12.10, Gnome 3.6
Change History (3)
comment:1 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 12 years ago
Component: | Documentation → Djangoproject.com Web site |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Type: | Uncategorized → Bug |
Version: | 1.5-beta-1 → master |
RTD has the 1.4 version under 1.4.X and the 1.5 version under 1.5.x (lowercase). I thinks that's because 1.4.X was the last branch created on SVN, and 1.5.x the first branch created on git.
The docs site template contains <a href="http://media.readthedocs.org/pdf/django/{{ version }}.X/django.pdf">PDF</a>
, which works for 1.4 but not for 1.5.
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Same here, the link doesn't work.
1.4 and dev seem to work.