#12799 closed (fixed)
missing newline causes an error on the pdf build of the django documentation
| Reported by: | Ivan Savov | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I wanted to have a pdf of all the django docs, and sphinx makes this easy.
however this is a little bug in topics/http/shortcuts.txt
To reproduce:
pip -E /Users/ivan/.virtualenvs/predemo/ install sphinx
svn co http://code.djangoproject.com/svn/django/trunk/ django-source-trunk
cd django-source-trunk/docs/
make latex
...
cd _build/latex/
make all-pdf
...
[145]
! Undefined control sequence.
l.9688 \item[\code{mimetype}] \leavevmodeNew
in version 1.0: \hyperlink{rele...
...
still generates the pdf fine though...
Uber simple patch attached
Attachments (1)
Change History (5)
by , 16 years ago
| Attachment: | pdf-output-fix.patch added |
|---|
comment:1 by , 16 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
One newline character packaged with lots off diff language ;)