From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A3087C433F5 for ; Wed, 1 Jun 2022 12:00:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352874AbiFAMAQ (ORCPT ); Wed, 1 Jun 2022 08:00:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46908 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352860AbiFAMAN (ORCPT ); Wed, 1 Jun 2022 08:00:13 -0400 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C2E97DC for ; Wed, 1 Jun 2022 05:00:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=Date:Message-Id:To:From:Subject:Sender :Reply-To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=1rKkQSm9Y2yn4rAiRKhKEtuduH8o8XVAMcWaORbX+eY=; b=dxy5ZufnQAyAg6aUAGB/f7yRSC CszFgLP2TuP2xj81Am1VoxGRzF6yax+vaQwOpvbwuDOvr75XYDqpCIQz0TkxGcPhpUMlEewpvnffx EnZ1Oip/swCzwG/dTXf4RzZlXQoAZksI8qbRcyxLaHoEfl4aVgGW/GM57ZxT3QUxPsXwWQiDP3RnM lJ2OCKMunqEU6lNM4gTIKrey4gtBs/swaDQRcQivJ3kFpqZHg/92F+gZx3BFArZoG7QIcjMLlks4p TgJCvcdGBCGc03y9pVT+EppmHSWxJpBOZCfMh5CUN/6umK/Bbom6MHFzUCYXx6NIK2MShgvyD7jpz 1F+oQWVQ==; Received: from [207.135.234.126] (helo=kernel.dk) by desiato.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwN1A-003llx-Vl for fio@vger.kernel.org; Wed, 01 Jun 2022 12:00:06 +0000 Received: by kernel.dk (Postfix, from userid 1000) id 34E5F1BC0120; Wed, 1 Jun 2022 06:00:02 -0600 (MDT) Subject: Recent changes (master) From: Jens Axboe To: X-Mailer: mail (GNU Mailutils 3.7) Message-Id: <20220601120002.34E5F1BC0120@kernel.dk> Date: Wed, 1 Jun 2022 06:00:02 -0600 (MDT) Precedence: bulk List-ID: X-Mailing-List: fio@vger.kernel.org The following changes since commit e1aeff3ac96a51128b0493377f405e38bdc83500: Merge branch 'wip-lmy-rados' of https://github.com/liangmingyuanneo/fio (2022-05-29 09:32:18 -0600) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 5ceed0be62f3ce8903d5747674f9f70f44e736d6: docs: update language setting for Sphinx build (2022-05-31 20:58:00 -0600) ---------------------------------------------------------------- Vincent Fu (1): docs: update language setting for Sphinx build doc/conf.py | 7 ------- 1 file changed, 7 deletions(-) --- Diff of recent changes: diff --git a/doc/conf.py b/doc/conf.py index 10b72ecb..844f951a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -85,13 +85,6 @@ def fio_version(): version, release = fio_version() -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -# -# This is also used if you do content translation via gettext catalogs. -# Usually you set "language" from the command line for these cases. -language = None - # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: #