Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8c05919

Browse filesBrowse files
authored
DOC update copyright year forever (#19463)
1 parent a0ba256 commit 8c05919
Copy full SHA for 8c05919

File tree

1 file changed

+4
-1
lines changed
Filter options

1 file changed

+4
-1
lines changed

‎doc/conf.py

Copy file name to clipboardExpand all lines: doc/conf.py
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import os
1717
import warnings
1818
import re
19+
from datetime import datetime
1920
from packaging.version import parse
2021
from pathlib import Path
2122
from io import StringIO
@@ -83,7 +84,9 @@
8384

8485
# General information about the project.
8586
project = 'scikit-learn'
86-
copyright = '2007 - 2020, scikit-learn developers (BSD License)'
87+
copyright = (
88+
f'2007 - {datetime.now().year}, scikit-learn developers (BSD License)'
89+
)
8790

8891
# The version info for the project you're documenting, acts as replacement for
8992
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.