Skip to content

Commit e35e59f

Browse files
authored
fix: fix multiple issues (#20)
1 parent 5048836 commit e35e59f

File tree

9 files changed

+7535
-7491
lines changed

9 files changed

+7535
-7491
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "Python array API standard typing"
1616
copyright = "2025, 34j"
1717
author = "34j"
18-
release = "1.1.0"
18+
release = "1.0.0"
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -77,6 +77,7 @@ def run_apidoc(_: Any) -> None:
7777
[
7878
"--force",
7979
"--module-first",
80+
"--private",
8081
"-o",
8182
docs_path.as_posix(),
8283
module_path.as_posix(),

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies = [
2929
"attrs>=25.3.0",
3030
"rich>=10",
3131
"typer>=0.15,<1",
32+
"typing-extensions>=4.14.0",
3233
]
3334
urls."Bug Tracker" = "https://github.com/34j/types-array-api/issues"
3435
urls.Changelog = "https://github.com/34j/types-array-api/blob/main/CHANGELOG.md"

0 commit comments

Comments
 (0)