We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63ab63 commit a062583Copy full SHA for a062583
docs/source/conf.py
@@ -58,7 +58,7 @@
58
59
# General information about the project.
60
project = "upsetjs_jupyter_widget"
61
-copyright = "2020, Samuel Gratzl"
+copyright = "2021, Samuel Gratzl"
62
author = "Samuel Gratzl"
63
64
# The version info for the project you're documenting, acts as replacement for
@@ -218,7 +218,7 @@ def setup(app):
218
def add_scripts(app):
219
for fname in ["helper.js", "embed-bundle.js"]:
220
if not os.path.exists(os.path.join(source, "_static", fname)):
221
- app.warn("missing javascript file: %s" % fname)
+ print("missing javascript file: %s" % fname)
222
app.add_js_file(fname)
223
224
app.connect("builder-inited", add_scripts)
0 commit comments