Skip to content

Commit

Permalink
fix version handling
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 9, 2023
1 parent cdc8da2 commit 941610c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# built documents.
#
# The short X.Y version.
version = ".".join(nbformat.__version__).split(".")[:2]
version = nbformat.__version__.split(".")[:2]
# The full version, including alpha/beta/rc tags.
release = version

Expand Down

0 comments on commit 941610c

Please sign in to comment.