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
a18286e5
Unverified
Commit
a18286e5
authored
Jan 21, 2021
by
Nikita Titov
Committed by
GitHub
Jan 21, 2021
Browse files
[docs] remove unused argument in docs config (#3801)
parent
4885f063
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/conf.py
docs/conf.py
+2
-2
No files found.
docs/conf.py
View file @
a18286e5
...
...
@@ -321,8 +321,8 @@ def setup(app):
if
first_run
:
app
.
connect
(
"builder-inited"
,
generate_r_docs
)
app
.
connect
(
"build-finished"
,
lambda
app
,
exception
:
copy_tree
(
os
.
path
.
join
(
CURR_PATH
,
os
.
path
.
pardir
,
"lightgbm_r"
,
"docs"
),
os
.
path
.
join
(
app
.
outdir
,
"R"
),
verbose
=
0
))
lambda
app
,
_
:
copy_tree
(
os
.
path
.
join
(
CURR_PATH
,
os
.
path
.
pardir
,
"lightgbm_r"
,
"docs"
),
os
.
path
.
join
(
app
.
outdir
,
"R"
),
verbose
=
0
))
app
.
add_transform
(
InternalRefTransform
)
add_js_file
=
getattr
(
app
,
'add_js_file'
,
False
)
or
app
.
add_javascript
add_js_file
(
"js/script.js"
)
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