Hi all,
This patch copies the sphinx-build logic from python-utils-r1.eclass to
use 'python -m mkdocs' instead of plain 'mkdocs' whenever possible. This
fixes building mkdocs themes in pep517 mode where the very themes we are
installing would otherwise be unavailable for building the documenta
On Wed, Aug 23, 2023 at 2:51 AM Michał Górny wrote:
>
> Signed-off-by: Michał Górny
> ---
> eclass/cmake.eclass | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
> index fb3f9b6352be..d0f6d0b4bd91 100644
> --- a/eclass/cmake.eclass
> +++ b/eclass/c
It is okay for these to be given as an empty string.
Signed-off-by: James Le Cuirot
---
This cannot be applied until gpep517-14 is stable, but I'm just getting
it reviewed in readiness.
eclass/distutils-r1.eclass | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/eclas
James Le Cuirot writes:
> if [[ -n ${SYSROOT} ]]; then
> - cmd+=( --sysroot "${SYSROOT}" )
> + cmd+=(
> + --sysroot "${SYSROOT}"
> + --rewrite-prefix-from "${BROOT}"
> + --rewrite-prefix-to "${EPREFIX}"
> +