Merge pull request #208962 from KAction/patch/v1/python3.pkgs.sphinxHook

This commit is contained in:
Martin Weinelt 2023-01-04 02:38:53 +01:00 committed by GitHub
commit e464bde9ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ installSphinxPhase() {
else
# shellcheck disable=2154
docdir="${doc:-$out}/share/doc/${pname}"
docdir="${doc:-$out}/share/doc/${name}"
mkdir -p "$docdir"