From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756740AbcLTAdC (ORCPT ); Mon, 19 Dec 2016 19:33:02 -0500 Received: from ms.lwn.net ([45.79.88.28]:35822 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753007AbcLTAdA (ORCPT ); Mon, 19 Dec 2016 19:33:00 -0500 Date: Mon, 19 Dec 2016 17:32:57 -0700 From: Jonathan Corbet To: Linus Torvalds Cc: LKML , linux-doc@vger.kernel.org Subject: [PULL] One last documentation fix Message-ID: <20161219173257.47ddbf50@lwn.net> 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=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 3fa71d0f58a9b9df84e8e79196f961bcfbf01b2e: crypto: doc - optimize compilation (2016-12-13 16:38:07 -0700) are available in the git repository at: git://git.lwn.net/linux.git tags/doc-4.10-3 for you to fetch changes up to 217e2bfab22e740227df09f22165e834cddd8a3b: docs: sphinx-extensions: make rstFlatTable work with docutils 0.13 (2016-12-18 13:30:29 -0700) ---------------------------------------------------------------- A single fix for the build system. It would appear that the docutils developers, in their wisdom, broke the API in the 0.13 release. This fix detects the breakage and allows the docs to be built with both the old and new versions. ---------------------------------------------------------------- Dmitry Shachnev (1): docs: sphinx-extensions: make rstFlatTable work with docutils 0.13 Documentation/sphinx/rstFlatTable.py | 5 +++++ 1 file changed, 5 insertions(+)