Skip to content

Commit 5bc7ba3

Browse files
authored
docs: enable pipstar for doc building (#3427)
Since we want to enable pipstar by default, enable it for our docs builds as a way to try it out consistently.
1 parent 3b2dd42 commit 5bc7ba3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/readthedocs_build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ done < <(env -0)
1212
# In order to get the build number, we extract it from the host name
1313
extra_env+=("--//sphinxdocs:extra_env=HOSTNAME=$HOSTNAME")
1414

15+
export RULES_PYTHON_ENABLE_PIPSTAR=1
16+
1517
set -x
18+
export RULES_PYTHON_ENABLE_PIPSTAR=1
1619
bazel run \
1720
--config=rtd \
1821
"--//sphinxdocs:extra_defines=version=$READTHEDOCS_VERSION" \

0 commit comments

Comments
 (0)