Skip to content

Commit fdebca3

Browse files
committed
pyproject.toml: add docs dependencies for RTD
1 parent 678333e commit fdebca3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ dependencies = [
2525
"sphinx"
2626
]
2727

28+
[project.optional-dependencies]
29+
docs = [
30+
"numpydoc",
31+
"pydata-sphinx-theme",
32+
"sphinx",
33+
"sphinx-autoapi",
34+
]
35+
2836
[project.urls]
2937
Homepage = "http://docs.transientskp.org/"
3038

0 commit comments

Comments
 (0)