We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7338e4 commit c975d87Copy full SHA for c975d87
doc/netlify.toml
@@ -23,6 +23,8 @@
23
tar -xf ${DART_SASS_TARBALL} && \
24
rm ${DART_SASS_TARBALL}) && \
25
export PATH=/tmp/dart-sass:$PATH && \
26
+ python -m venv .py3 && \
27
+ source .py3/bin/activate && \
28
(cd ../.. && ln -s repo scientific-python-hugo-theme) && \
29
(cd .. && make ${BUILD_TARGET})
30
"""
0 commit comments