Skip to content

Commit f125e86

Browse files
Add documentation dependencies to pyproject
1 parent 21af509 commit f125e86

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ pyro-ppl = { version = "^1.8.0", optional = true }
2222
[tool.poetry.extras]
2323
pyro-ppl = ["pyro-ppl"]
2424

25+
[tool.poetry.group.docs]
26+
optional = true
27+
28+
[tool.poetry.group.docs.dependencies]
29+
mkdocs = "^1.5.2"
30+
mkdocs-material = "^9.5.12"
31+
mkdocstrings = { version = "^0.24.0", extras = ["python"] }
2532

2633
[build-system]
2734
requires = ["poetry-core"]

0 commit comments

Comments
 (0)