Skip to content

Commit a47d042

Browse files
committed
_spec_conf.py -> _array_api_conf.py
1 parent 2f24c76 commit a47d042

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

spec/2021.12/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys
22

33
from array_api_stubs import _2021_12 as stubs_mod
4-
from _spec_conf import *
4+
from _array_api_conf import *
55

66
release = "2021.12"
77
sys.modules["signatures"] = stubs_mod

spec/draft/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys
22

33
from array_api_stubs import _draft as stubs_mod
4-
from _spec_conf import *
4+
from _array_api_conf import *
55

66
release = "DRAFT"
77
sys.modules["array_api"] = stubs_mod
File renamed without changes.

0 commit comments

Comments
 (0)