﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
12799	missing newline causes an error on the pdf build of the django documentation	Ivan Savov	nobody	"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
   "		closed	Documentation	dev		fixed			Accepted	1	0	0	0	0	0
