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

deps: add sphinx for docs

parent 444e0856
...@@ -45,10 +45,18 @@ notebooks = [ ...@@ -45,10 +45,18 @@ notebooks = [
test = [ test = [
"pytest", "pytest",
] ]
docs = [
"sphinx>=7.4.7",
"sphinx-autodoc-typehints>=2.3.0",
"sphinx-rtd-theme>=3.0.2",
]
all = [ all = [
"ipykernel", "ipykernel",
"polars", "polars",
"pytest", "pytest",
"sphinx>=7.4.7",
"sphinx-autodoc-typehints>=2.3.0",
"sphinx-rtd-theme>=3.0.2",
] ]
[tool.ruff] [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