From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 01CA34545B; Fri, 14 Jun 2024 16:32:48 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A1AC942686; Fri, 14 Jun 2024 16:32:47 +0200 (CEST) Received: from mail-pf1-f174.google.com (mail-pf1-f174.google.com [209.85.210.174]) by mails.dpdk.org (Postfix) with ESMTP id 8B087402D0 for ; Fri, 14 Jun 2024 16:32:45 +0200 (CEST) Received: by mail-pf1-f174.google.com with SMTP id d2e1a72fcca58-705c0115192so1999132b3a.1 for ; Fri, 14 Jun 2024 07:32:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1718375565; x=1718980365; darn=dpdk.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=tFPdqgbF8XBlwFZ1AOKZIWIyXOoh4D3+XG4NwEOzD1M=; b=JxLthCoswBnLd0u/VB7p59sewb9MOnvUqkpFb7Hh5T12GzUIms68Y1XOmQPcfPJv2S 8ZmvNO4Nnnnb6SNiNnrp2SL5+IxtWhhZJB1BhP+LaJWyHlt71OuZF1nysfHCKAmDWzza 0yGgp7JLP88WfBYXupJNwmHtcH6lvFyKMGGI4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718375565; x=1718980365; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=tFPdqgbF8XBlwFZ1AOKZIWIyXOoh4D3+XG4NwEOzD1M=; b=OvEYmvN9s0EeGdBtCWwg2PbsUKeDwRvBJrPwIgSrP4x17M5qOs97odj1kadkchNcwT 7nFLeyzeSrvx0aQjQ1tgNFuoaq4jqEOCjR7HujuZob+PVkewHYaeP4fPHgVMu/HGuYjc DMFk5fZCYfVU5SvHlVnM/WIhtVWUz2Rd8Tlfk/7Y/VKTf7AmSknXxguXaCQ0pdMdL3JW awBX0j5vVlIikY7LtD6pPELgdMMzVwMuysrKz0i70mSSL1MKu5yHae6eG3bezRNWcFPJ 4MatudJMUc1F4F2odqfeKfLcCzMcZuFsYA09WT7bjSTEUR7OZRWKTECrgNuVEUa6SvQM nLqA== X-Forwarded-Encrypted: i=1; AJvYcCV2VPzm0kwVZoMCQQ6DI7YLN884SS/7y7M0eMRQu2jdMGhjcP8WqSQKbrmiRtZyBG9I1b85sAN6BBjoNwE= X-Gm-Message-State: AOJu0Yyr3t22X7MLNLK731uBS+cyXhAqRvmHeTqeeO0+7mdeqEikbPDs 20PpCQyMGszSQHMBZM8haiAOh7XlMSal1L8sfv9fVb+HHh7a66vJkmWgN7y0a5m/UYokUXXOiPx RBEAldVV5ygfIX6bPXG4wwKUKMTGIpUrVq7L+ew== X-Google-Smtp-Source: AGHT+IHcSQx7fTj2UzKYEUXZPSJfUAXmv9M+aQk0eso0ExnSoAbjvTglkEpPrIu13OtxetRsUWDsMdU7guO5iEdNwuc= X-Received: by 2002:a05:6a20:394a:b0:1b6:b871:d3eb with SMTP id adf61e73a8af0-1bae7d84089mr3790247637.4.1718375564747; Fri, 14 Jun 2024 07:32:44 -0700 (PDT) MIME-Version: 1.0 References: <20231115133606.42081-1-juraj.linkes@pantheon.tech> <20240412101405.94377-1-juraj.linkes@pantheon.tech> <20240412101405.94377-2-juraj.linkes@pantheon.tech> In-Reply-To: <20240412101405.94377-2-juraj.linkes@pantheon.tech> From: Jeremy Spewock Date: Fri, 14 Jun 2024 10:32:33 -0400 Message-ID: Subject: Re: [PATCH v4 1/3] dts: add doc generation dependencies To: =?UTF-8?Q?Juraj_Linke=C5=A1?= Cc: thomas@monjalon.net, Honnappa.Nagarahalli@arm.com, bruce.richardson@intel.com, probb@iol.unh.edu, paul.szczepanek@arm.com, Luca.Vizzarro@arm.com, npratte@iol.unh.edu, dev@dpdk.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Fri, Apr 12, 2024 at 6:14=E2=80=AFAM Juraj Linke=C5=A1 wrote: > > Sphinx imports every Python module when generating documentation from > docstrings, meaning all DTS dependencies, including Python version, > must be satisfied. > By adding Sphinx to DTS dependencies we provide a convenient way to > generate the DTS API docs which satisfies all dependencies. > > Signed-off-by: Juraj Linke=C5=A1 Reviewed-by: Jeremy Spewock