Skip to content

Commit 9264adc

Browse files
committed
add theme deps
1 parent 0256e56 commit 9264adc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ coverage = "^5.5"
5050
pre-commit = "^2.12.1"
5151
jupyterlab = "^3.1.10"
5252
absl-py = "^0.13.0"
53+
Sphinx = {version = "^4.2.0", optional = true}
54+
furo = {version = "^2021.10.9", optional = true}
55+
56+
[tool.poetry.extras]
57+
docs = [
58+
"sphinx",
59+
"furo",
60+
]
5361

5462
[tool.pytest.ini_options]
5563
markers = [

0 commit comments

Comments
 (0)