Skip to content

Commit

Permalink
oops, remove print statement that snuck in
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou committed Oct 31, 2024
1 parent 278f4d2 commit b51a24f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nbsphinx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,6 @@ def backwards_compat_overwrite(copyfile=sphinx.util.copyfile):
Ref: https://github.com/sphinx-doc/sphinx/pull/12647
"""
from inspect import signature
print("nbsphinx version", __version__)
if "force" in signature(copyfile).parameters:
return {"force": True}
else:
Expand Down

0 comments on commit b51a24f

Please sign in to comment.