From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751117AbdBTXVB (ORCPT ); Mon, 20 Feb 2017 18:21:01 -0500 Received: from ms.lwn.net ([45.79.88.28]:46510 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750827AbdBTXVA (ORCPT ); Mon, 20 Feb 2017 18:21:00 -0500 Date: Mon, 20 Feb 2017 16:20:58 -0700 From: Jonathan Corbet To: Jim Davis Cc: linux-doc , linux-kernel Subject: Re: making documentation targets on v4.10 with Fedora 25 Message-ID: <20170220162058.7ab3743a@lwn.net> In-Reply-To: References: Organization: LWN.net 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, 20 Feb 2017 12:19:24 -0700 Jim Davis wrote: > pdfdocs (Sphinx or DocBook) has been broken for some time, while > psdocs hasn't worked in ages. The errors with the Sphinx htmldocs and > epubdocs targets seem to be some Python issue: pdfdocs works for me. With Fedora, there are a thousand little TeX packages that have to be installed before things go right. I know...we should, like, document those or something...on my list... > Exception occurred: > File "/usr/lib/python3.5/site-packages/docutils/writers/_html_base.py", line > 671, in depart_document > assert not self.context, 'len(context) = %s' % len(self.context) > AssertionError: len(context) = 1 I've just started getting that kind of stuff on the F25 box. Some recent update clearly broke things; not fun. Thanks, jon