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
7816ab5b
Unverified
Commit
7816ab5b
authored
Feb 14, 2021
by
Zhuyi Xue
Committed by
GitHub
Feb 15, 2021
Browse files
[ci][python] apply isort to docs/conf.py (#3958) (#3959)
parent
fd094d27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
docs/conf.py
docs/conf.py
+5
-5
No files found.
docs/conf.py
View file @
7816ab5b
...
...
@@ -20,16 +20,16 @@
import
datetime
import
os
import
sys
import
sphinx
from
distutils.dir_util
import
copy_tree
from
re
import
compile
from
subprocess
import
PIPE
,
Popen
from
unittest.mock
import
Mock
import
sphinx
from
docutils.nodes
import
reference
from
docutils.parsers.rst
import
Directive
from
docutils.transforms
import
Transform
from
re
import
compile
from
sphinx.errors
import
VersionRequirementError
from
subprocess
import
PIPE
,
Popen
from
unittest.mock
import
Mock
CURR_PATH
=
os
.
path
.
abspath
(
os
.
path
.
dirname
(
__file__
))
LIB_PATH
=
os
.
path
.
join
(
CURR_PATH
,
os
.
path
.
pardir
,
'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