Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
b419331b
Commit
b419331b
authored
Sep 29, 2018
by
Nikita Titov
Committed by
Guolin Ke
Sep 29, 2018
Browse files
sphinx hotfix (#1713)
parent
81e2485a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.ci/test.sh
.ci/test.sh
+1
-1
No files found.
.ci/test.sh
View file @
b419331b
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment