Skip to content

Commit 20e1f37

Browse files
committed
Remove the version number from the docs
Since we deploy on every commit, the version number will always end up containing the git hash.
1 parent 00e9185 commit 20e1f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
copyright = '2024, Consortium for Python Data API Standards'
1515
author = 'Consortium for Python Data API Standards'
1616

17-
import array_api_strict
18-
release = array_api_strict.__version__
17+
# import array_api_strict
18+
# release = array_api_strict.__version__
1919

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

0 commit comments

Comments
 (0)