[Git][ghc/ghc][wip/ci-docs] set pythonpath
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Tue Feb 27 13:20:55 UTC 2024
Matthew Pickering pushed to branch wip/ci-docs at Glasgow Haskell Compiler / GHC
Commits:
e108b509 by Matthew Pickering at 2024-02-27T13:20:48+00:00
set pythonpath
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -193,7 +193,7 @@ function set_toolchain_paths() {
HAPPY="$toolchain/bin/happy$exe"
ALEX="$toolchain/bin/alex$exe"
SPHINXBUILD="$toolchain/sphinx/bin/sphinx-build"
- PYTHONPATH="$toolchain/sphinx:$PYTHONPATH"
+ PYTHONPATH="$toolchain/sphinx"
export PYTHONPATH
if [ "$(uname)" = "FreeBSD" ]; then
GHC=/usr/local/bin/ghc
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e108b509ab71d31b166459ab0c7af5eef6a4ff61
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e108b509ab71d31b166459ab0c7af5eef6a4ff61
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240227/ab97a38a/attachment.html>
More information about the ghc-commits
mailing list