Skip to content

Commit 1574723

Browse files
committed
Update draft references with newest spec release
1 parent e2cd5fa commit 1574723

21 files changed

+4
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ build:
1919
-touch "$(BUILDDIR)/.nojekyll"
2020
-sphinx-build "$(SOURCEDIR)/2021.12" "$(BUILDDIR)/2021.12" $(SPHINXOPTS)
2121
-cp -r "$(BUILDDIR)/2021.12" "$(BUILDDIR)/latest"
22-
-sphinx-build "$(SOURCEDIR)/draft" "$(BUILDDIR)/draft" $(SPHINXOPTS)
22+
-sphinx-build "$(SOURCEDIR)/2022.12" "$(BUILDDIR)/2022.12" $(SPHINXOPTS)

spec/2022.12/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys
22

3-
from array_api_stubs import _draft as stubs_mod
3+
from array_api_stubs import _2022_12 as stubs_mod
44
from _array_api_conf import *
55

6-
release = "DRAFT"
6+
release = "2022.12"
77
sys.modules["array_api"] = stubs_mod

0 commit comments

Comments
 (0)