We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_spec_conf.py
_array_api_conf.py
1 parent e324784 commit 11e4d12Copy full SHA for 11e4d12
spec/2021.12/conf.py
@@ -1,7 +1,7 @@
1
import sys
2
3
from array_api_stubs import _2021_12 as stubs_mod
4
-from _spec_conf import *
+from _array_api_conf import *
5
6
release = "2021.12"
7
sys.modules["signatures"] = stubs_mod
spec/draft/conf.py
from array_api_stubs import _draft as stubs_mod
release = "DRAFT"
sys.modules["array_api"] = stubs_mod
src/_spec_conf.py renamed to src/_array_api_conf.py
0 commit comments