Add docs deps
This commit is contained in:
parent
bcd2d8feae
commit
847bd0ab12
@ -25,3 +25,13 @@ python-source = "python_src"
|
|||||||
module-name = "tree_traverser.rust"
|
module-name = "tree_traverser.rust"
|
||||||
features = ["pyo3/extension-module"]
|
features = ["pyo3/extension-module"]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[project.optional-dependencies]
|
||||||
|
|
||||||
|
docs = [
|
||||||
|
"sphinx",
|
||||||
|
"sphinx-rtd-theme",
|
||||||
|
"myst-parser",
|
||||||
|
"sphinx-autobuild"
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user