Skip to content

Commit 749c387

Browse files
committed
Fix displaying the version in the docs
1 parent a648ffd commit 749c387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
author = 'Consortium for Python Data API Standards'
1616

1717
import array_api_compat
18-
version = array_api_compat.__version__
18+
release = array_api_compat.__version__
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)