Skip to content

Commit a062583

Browse files
committed
docs: fix building
1 parent f63ab63 commit a062583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
# General information about the project.
6060
project = "upsetjs_jupyter_widget"
61-
copyright = "2020, Samuel Gratzl"
61+
copyright = "2021, Samuel Gratzl"
6262
author = "Samuel Gratzl"
6363

6464
# The version info for the project you're documenting, acts as replacement for
@@ -218,7 +218,7 @@ def setup(app):
218218
def add_scripts(app):
219219
for fname in ["helper.js", "embed-bundle.js"]:
220220
if not os.path.exists(os.path.join(source, "_static", fname)):
221-
app.warn("missing javascript file: %s" % fname)
221+
print("missing javascript file: %s" % fname)
222222
app.add_js_file(fname)
223223

224224
app.connect("builder-inited", add_scripts)

0 commit comments

Comments
 (0)