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
44ed4270
"git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "05484f1d001b20769b2ba593882f60a86c31aa22"
Commit
44ed4270
authored
Sep 21, 2018
by
Guolin Ke
Committed by
Nikita Titov
Sep 20, 2018
Browse files
[docs] auto year in copyright of ReadTheDocs (#1684)
parent
425503d7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docs/conf.py
docs/conf.py
+2
-1
No files found.
docs/conf.py
View file @
44ed4270
...
...
@@ -17,6 +17,7 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import
datetime
import
os
import
sys
import
sphinx
...
...
@@ -71,7 +72,7 @@ master_doc = 'index'
# General information about the project.
project
=
'LightGBM'
copyright
=
'
2017
, Microsoft Corporation'
copyright
=
'
%s
, Microsoft Corporation'
%
(
str
(
datetime
.
datetime
.
now
().
year
))
author
=
'Microsoft Corporation'
# The version info for the project you're documenting, acts as replacement for
...
...
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