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 fd25481 commit e2584c3Copy full SHA for e2584c3
build_tools/circle/build_doc.sh
@@ -116,12 +116,11 @@ pip install git+https://github.com/numpy/numpydoc
116
# Build and install scikit-learn in dev mode
117
python setup.py develop
118
119
-# TO BE UNCOMMENTED BEFORE MERGE
120
-###if [[ "$CIRCLE_BRANCH" =~ ^master$ && -z "$CI_PULL_REQUEST" ]]
121
-###then
+if [[ "$CIRCLE_BRANCH" =~ ^master$ && -z "$CI_PULL_REQUEST" ]]
+then
122
# List available documentation versions if on master
123
python build_tools/circle/list_versions.py > doc/versions.rst
124
-###fi
+fi
125
126
# The pipefail is requested to propagate exit code
127
set -o pipefail && cd doc && make $MAKE_TARGET 2>&1 | tee ~/log.txt
0 commit comments