Commit b4322cf9 authored by Joseph Siddons's avatar Joseph Siddons
Browse files

deps: add sphinx for docs

parent 444e0856
......@@ -45,10 +45,18 @@ notebooks = [
test = [
"pytest",
]
docs = [
"sphinx>=7.4.7",
"sphinx-autodoc-typehints>=2.3.0",
"sphinx-rtd-theme>=3.0.2",
]
all = [
"ipykernel",
"polars",
"pytest",
"sphinx>=7.4.7",
"sphinx-autodoc-typehints>=2.3.0",
"sphinx-rtd-theme>=3.0.2",
]
[tool.ruff]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment