We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c10a981 + 722abef commit a9597ffCopy full SHA for a9597ff
jupyter_book/commands/version.py
@@ -4,8 +4,4 @@
4
5
6
def version():
7
- parser = argparse.ArgumentParser(
8
- description="Print the version of Jupyter Book currently in-use.")
9
- # Args won't be used, just keeping so we don't break PEP
10
- parser.parse_args(sys.argv)
11
print("Running Jupyter Book version: {}".format(__version__))
0 commit comments