From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: [WIP v3 0/5] Update Sphinx to 1.4.8 Date: Thu, 13 Oct 2016 08:40:41 +0200 Message-ID: <20161013064046.14200-1-dannym@scratchpost.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buZhR-0002nx-9Q for guix-devel@gnu.org; Thu, 13 Oct 2016 02:41:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1buZhL-0006A8-BN for guix-devel@gnu.org; Thu, 13 Oct 2016 02:41:04 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:32985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buZhL-00069T-4y for guix-devel@gnu.org; Thu, 13 Oct 2016 02:40:59 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org This patchset updates Sphinx to 1.4.8. It has been tested unsuccessfully on branch "master" using: $ guix build `guix refresh -l python-sphinx python2-sphinx` It fails in python-matplotlib due to latex complaining at "\footnote[*]" in Matplotlib.tex:171. If I manually change it to "\footnote[1]" it works. The file Matplotlib.tex is generated by Sphinx. Should "\footnote[*]" work in LaTeX? If not, how does it end up there? Danny Milosavljevic (5): gnu: Add python-snowballstemmer. gnu: Add python-sphinx-cloud-sptheme. gnu: Add python-sphinx-alabaster-theme. gnu: Add python-imagesize. gnu: Update Sphinx to 1.4.9 gnu/packages/python.scm | 149 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 138 insertions(+), 11 deletions(-)