"...git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "414bb609c0d8c97091627a77ab49a1647825f1a9"
Commit b419331b authored by Nikita Titov's avatar Nikita Titov Committed by Guolin Ke
Browse files

sphinx hotfix (#1713)

parent 81e2485a
...@@ -19,7 +19,7 @@ if [[ $TRAVIS == "true" ]] && [[ $TASK == "check-docs" ]]; then ...@@ -19,7 +19,7 @@ if [[ $TRAVIS == "true" ]] && [[ $TASK == "check-docs" ]]; then
if [[ $PYTHON_VERSION == "2.7" ]]; then if [[ $PYTHON_VERSION == "2.7" ]]; then
conda -y -n $CONDA_ENV mock conda -y -n $CONDA_ENV mock
fi fi
conda install -y -n $CONDA_ENV sphinx "sphinx_rtd_theme>=0.3" # html5validator conda install -y -n $CONDA_ENV "sphinx<1.8" "sphinx_rtd_theme>=0.3" # html5validator
pip install rstcheck pip install rstcheck
# check reStructuredText formatting # check reStructuredText formatting
cd $BUILD_DIRECTORY/python-package cd $BUILD_DIRECTORY/python-package
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment