#18497: Update Sphinx to 1.4.1
-------------------------------------+-------------------------------------
Reporter: aapitzsch | Owner:
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-7.2
Component: packages: | Resolution:
standard | Merged in:
Keywords: python3, days77 | Reviewers:
Authors: André Apitzsch, | Work issues:
Jeroen Demeyer | Commit:
Report Upstream: N/A | f1ae5e679cba7b7873c2c2654694e9d04c3e0c81
Branch: | Stopgaps:
u/jdemeyer/ticket/18497 |
Dependencies: #20488 |
-------------------------------------+-------------------------------------
Comment (by strogdon):
Also, I see two of
{{{
! LaTeX Error: Lonely \item--perhaps a missing list environment.
}}}
in `docpdf.log`. After grepping through `latex/en/reference` it's because
of `combinat/combinat.tex` and `graphs/graphs.tex` where there is
{{{
}, \footnote[2]{\sphinxAtStartFootnote%\begin{enumerate}
\setcounter{enumi}{4}
\item {}
Assmus, J. Key, Designs and their codes, CUP, 1992.
\end{enumerate}
}}}
I suspect this should be
{{{
}, \footnote[2]{\sphinxAtStartFootnote%
\begin{enumerate}
\setcounter{enumi}{4}
\item {}
Assmus, J. Key, Designs and their codes, CUP, 1992.
\end{enumerate}
}}}
which does work. And since this is auto-generated, I suspect a bug?
--
Ticket URL: <http://trac.sagemath.org/ticket/18497#comment:72>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.