From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752232AbdCDPA6 (ORCPT ); Sat, 4 Mar 2017 10:00:58 -0500 Received: from ms.lwn.net ([45.79.88.28]:52382 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751814AbdCDPA4 (ORCPT ); Sat, 4 Mar 2017 10:00:56 -0500 Date: Sat, 4 Mar 2017 08:00:54 -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: <20170304080054.53e295d8@lwn.net> In-Reply-To: References: Organization: LWN.net X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: > 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 Just in case you've not been watching the other conversation, this failure is due to a nifty API change — yet another one — by the docutils folks. Current Sphinx has a workaround; if you update an F25 system the build will work again. Sigh. jon