From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0F45158020 for ; Sun, 30 Oct 2022 14:08:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4BD6E0886; Sun, 30 Oct 2022 14:08:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id BA4A4E0886 for ; Sun, 30 Oct 2022 14:08:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C881340C3C for ; Sun, 30 Oct 2022 14:08:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B6FD622 for ; Sun, 30 Oct 2022 14:08:03 +0000 (UTC) From: "Oliver Freyermuth" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Oliver Freyermuth" Message-ID: <1667138862.c435e079dc5bf391ed354710f2ed00c2f2cf97d2.freyermuth@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/cglm/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/cglm/cglm-0.8.7.ebuild dev-libs/cglm/cglm-9999.ebuild X-VCS-Directories: dev-libs/cglm/ X-VCS-Committer: freyermuth X-VCS-Committer-Name: Oliver Freyermuth X-VCS-Revision: c435e079dc5bf391ed354710f2ed00c2f2cf97d2 X-VCS-Branch: dev Date: Sun, 30 Oct 2022 14:08:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c6134cee-61da-48d5-9bfa-7c7cdd5de6ba X-Archives-Hash: d06acb373b7b49541c678bfbe0eccf4e commit: c435e079dc5bf391ed354710f2ed00c2f2cf97d2 Author: Oliver Freyermuth googlemail com> AuthorDate: Sun Oct 30 14:07:42 2022 +0000 Commit: Oliver Freyermuth googlemail com> CommitDate: Sun Oct 30 14:07:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c435e079 dev-libs/cglm: Add doc dependency on sphinx_rtd_theme. Closes: https://bugs.gentoo.org/878791 Signed-off-by: Oliver Freyermuth googlemail.com> dev-libs/cglm/cglm-0.8.7.ebuild | 9 ++++++++- dev-libs/cglm/cglm-9999.ebuild | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/dev-libs/cglm/cglm-0.8.7.ebuild b/dev-libs/cglm/cglm-0.8.7.ebuild index b148db8ed..ddb415056 100644 --- a/dev-libs/cglm/cglm-0.8.7.ebuild +++ b/dev-libs/cglm/cglm-0.8.7.ebuild @@ -4,7 +4,8 @@ EAPI=8 DOCS_BUILDER="sphinx" -DOCS_AUTODOC=0 +DOCS_AUTODOC=1 +DOCS_DEPEND="dev-python/sphinx_rtd_theme" DOCS_DIR="${S}/docs/source" PYTHON_COMPAT=( python3_{8..11} ) @@ -25,6 +26,12 @@ HOMEPAGE="https://github.com/recp/cglm" LICENSE="MIT" SLOT="0" +src_prepare() { + default + # Enable autodoc since themeing plugin is used. + sed -i "s#'sphinx.ext.githubpages'#'sphinx.ext.githubpages','sphinx.ext.autodoc'#" docs/source/conf.py || die +} + src_configure() { local emesonargs=( "-Dwerror=false" diff --git a/dev-libs/cglm/cglm-9999.ebuild b/dev-libs/cglm/cglm-9999.ebuild index b148db8ed..ddb415056 100644 --- a/dev-libs/cglm/cglm-9999.ebuild +++ b/dev-libs/cglm/cglm-9999.ebuild @@ -4,7 +4,8 @@ EAPI=8 DOCS_BUILDER="sphinx" -DOCS_AUTODOC=0 +DOCS_AUTODOC=1 +DOCS_DEPEND="dev-python/sphinx_rtd_theme" DOCS_DIR="${S}/docs/source" PYTHON_COMPAT=( python3_{8..11} ) @@ -25,6 +26,12 @@ HOMEPAGE="https://github.com/recp/cglm" LICENSE="MIT" SLOT="0" +src_prepare() { + default + # Enable autodoc since themeing plugin is used. + sed -i "s#'sphinx.ext.githubpages'#'sphinx.ext.githubpages','sphinx.ext.autodoc'#" docs/source/conf.py || die +} + src_configure() { local emesonargs=( "-Dwerror=false"