From patchwork Sun Apr 4 20:07:59 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 1462153 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FD4bm4bZ6z9sSC for ; Mon, 5 Apr 2021 06:08:18 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3428880C70; Sun, 4 Apr 2021 22:08:08 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id A7781814E1; Sun, 4 Apr 2021 22:08:06 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_MSPIKE_H2, SPF_HELO_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qk1-f173.google.com (mail-qk1-f173.google.com [209.85.222.173]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 0D0AA8092A for ; Sun, 4 Apr 2021 22:08:04 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qk1-f173.google.com with SMTP id q26so9860527qkm.6 for ; Sun, 04 Apr 2021 13:08:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=ue+MGKGHi7dfj+FhMuZ8rz/d7oXwKaPO+tQb91sn+wo=; b=Neyp2bLJb+WX7w0bscWVGuPUinG3fO5eh59Z3frxKXAOkC3eTQm9hBNZhb1HpOc+pF RLzlGof7BXf03Ykuo7Q4kVbHu3ciGE+YB0FvV0YGy09Q1l15ibo/O6qpGeUaq3Ts1A45 O8ot2EFvirZemiubVqJ3FZGkWf7iTa8Jxex6I6lh56Xb73wWjUPQRRn1ln/cah0oUzk4 Gc3khkl3/+FOdCYEO4EiTDgJimct6GesOfGa20TR79aBo++fWa43b8/OCtneSNfmODfM xpG7RQdrLGrwKoXlH9/9R6ITt1fi+ZIYSFT8QzJX3ez1Yb4+rMzjzhgfJte/p/2LdWIP o5wg== X-Gm-Message-State: AOAM530mFj3ISFBQgw9bsJhsAhFBx/ywYwFuJjow3C/Mq+e/MN2PZ0m6 BRdicikOSLZ+lKX0WJCDSyegExzBt6r3 X-Google-Smtp-Source: ABdhPJwxu7KobUAh4GM/f/q9FRBDYHlCS8g2ezkkwAAuU3jd6+glY4zD8jhK38mkxgD4pMpxBUwBPg== X-Received: by 2002:a05:620a:641:: with SMTP id a1mr21158449qka.257.1617566882502; Sun, 04 Apr 2021 13:08:02 -0700 (PDT) Received: from bill-the-cat.lan (2603-6081-7b07-927a-b85c-4643-ccee-b973.res6.spectrum.com. [2603:6081:7b07:927a:b85c:4643:ccee:b973]) by smtp.gmail.com with ESMTPSA id w5sm11962986qkc.85.2021.04.04.13.08.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 04 Apr 2021 13:08:02 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Cc: Heinrich Schuchardt Subject: [PATCH] sphinx: Pin to docutils-0.16 Date: Sun, 4 Apr 2021 16:07:59 -0400 Message-Id: <20210404200759.26182-1-trini@konsulko.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.102.4 at phobos.denx.de X-Virus-Status: Clean In newer docutils writers/latex2e/docutils.sty has a unicode character in the comments which can in turn cause Python 3.6 at least to fail. Pin to the previous docutils release for now. Cc: Heinrich Schuchardt Signed-off-by: Tom Rini --- doc/sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt index 5030d346d23b..af79d2c1194d 100644 --- a/doc/sphinx/requirements.txt +++ b/doc/sphinx/requirements.txt @@ -1,4 +1,4 @@ -docutils +docutils==0.16 Sphinx==2.4.4 sphinx_rtd_theme six