Skip to content

Commit ab144c7

Browse files
committed
cleanup version in docs
1 parent 2555167 commit ab144c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# The short X.Y version
3131
version = ".".join(mygrad.__version__.split(".")[:2])
3232
# The full version, including alpha/beta/rc tags
33-
release = mygrad.__version__
33+
release = mygrad.__version__.rsplit("+")[0]
3434

3535

3636
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)