From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id CDF6CA0588; Thu, 16 Apr 2020 22:08:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C74AD1DE1F; Thu, 16 Apr 2020 22:08:51 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 990E91DA2F; Thu, 16 Apr 2020 22:08:50 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 0D1F05C028A; Thu, 16 Apr 2020 16:08:50 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Thu, 16 Apr 2020 16:08:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=w+l/J5Z92TuOHLG/EuAQ6LxnuDmB11o93LFvQGbkBNs=; b=rn9fF7T0QsTx 0hQ2H3UnwHIzk+9V219XAqQH1JP15XiY6MkKx/0D14zOc1xc6WoeWC0DF+DbWgk0 Sh+Hb4lv4G2s6JVcTT6TigOSdKSB7RkaKj4Vy18kwz8DEdaMlipSgAm19Zwx+KIw DLEyGC79Wji73/3Byu1FrKZVmOxGvT8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=w+l/J5Z92TuOHLG/EuAQ6LxnuDmB11o93LFvQGbkB Ns=; b=kq/0XQUFVbFlGYZtAGec8qNj7RuC3oW3MZFT81gBfxvi1BUnMVz96HBn3 M/7lHbJLXXHHIwR/LKNPTfaap8Nb0iqOcsABxLZQ03AFBuXlLGsEIWX3OWC4ZMZq xcVbMWIUcWIQo5nmaD02uSYiaVUEP1K4q+mlJQ3btQ9RAUUhAaE4HHUrlvOG8G+H NJvMaW1f782ahhKzA/EDeYpT3c/2TKp0Zh/8PUpTjGQ7JxKpIKJI/puL8bzyhGUj 9fOHVkKEA7U5s77OY1AUevSxyxtEzARkRuJZDf5vWtLrN8guhwv2Q0J4TcmHT60U wf3h81kc5ZGZzlrvVcYgc6Es7ou+g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrfeehgddugeeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 47C883280065; Thu, 16 Apr 2020 16:08:49 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: stable@dpdk.org, John McNamara , Marko Kovacevic Date: Thu, 16 Apr 2020 22:08:46 +0200 Message-ID: <13547884.ZYm5mLc6kN@thomas> In-Reply-To: <20200409210322.1099662-1-thomas@monjalon.net> References: <20200409210322.1099662-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: fix sphinx compatibility X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 09/04/2020 23:03, Thomas Monjalon: > The function add_stylesheet() is deprecated since sphinx 1.8. > It will be removed in sphinx 4.0. > It is replaced by add_css_file(). > > Cc: stable@dpdk.org > > Signed-off-by: Thomas Monjalon Applied