From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161201AbcFCUrm (ORCPT ); Fri, 3 Jun 2016 16:47:42 -0400 Received: from tex.lwn.net ([70.33.254.29]:52319 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161043AbcFCUrf (ORCPT ); Fri, 3 Jun 2016 16:47:35 -0400 Date: Fri, 3 Jun 2016 14:47:32 -0600 From: Jonathan Corbet To: Jani Nikula Cc: Markus Heiser , Daniel Vetter , Grant Likely , Mauro Carvalho Chehab , Dan Allen , Russel Winder , Keith Packard , LKML , linux-doc@vger.kernel.org, Hans Verkuil Subject: Re: rst2pdf (was [PATCH 00/10] Documentation/Sphinx) Message-ID: <20160603144732.18db8869@lwn.net> In-Reply-To: <87k2ibfh0x.fsf@intel.com> References: <877fec7gfm.fsf@intel.com> <36300F5F-C3F3-4A55-9257-788CF9F96CA4@darmarit.de> <878tyrbo36.fsf@intel.com> <5369C8B8-47F2-4B67-A314-5EB5471ABA00@darmarit.de> <87k2ibfh0x.fsf@intel.com> Organization: LWN.net X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 30 May 2016 23:05:34 +0300 Jani Nikula wrote: > > I can't recommend to use rst2pdf (it is less maintained), use default > > sphinx LaTeX toolchain. > > I think we'll use whatever works, rst2pdf seemed to work for now, but we > can change if needed. I really like the idea of using rst2pdf and keeping the huge latex dependency out of the mix. I am a bit concerned, though; I've been able to crash it in my experiments here. We may want to have the ability to support either chain eventually; otherwise, we might just end up picking up maintenance of rst2pdf at some point so that it works properly for us. jon