Skip to content

Commit 8953da6

Browse files
committed
uv add sphinx myst-parser pydata-sphinx-theme sphinx-autoapi
1 parent 0cc9b0a commit 8953da6

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,14 @@ classifiers = [
4343
"Programming Language :: Python",
4444
"Programming Language :: Rust",
4545
]
46-
dependencies = ["pyarrow>=11.0.0", "typing-extensions;python_version<'3.13'"]
46+
dependencies = [
47+
"myst-parser>=3.0.1",
48+
"pyarrow>=11.0.0",
49+
"pydata-sphinx-theme>=0.8.0",
50+
"sphinx>=7.4.7",
51+
"sphinx-autoapi>=3.4.0",
52+
"typing-extensions;python_version<'3.13'",
53+
]
4754
dynamic = ["version"]
4855

4956
[project.urls]

uv.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)