Skip to content

Commit 9d18376

Browse files
authored
fix: declare sphinx-rtd-theme in docs extras (#253)
Currently sphinx-rtd-theme is incorrectly being included in the main group dependencies and hence pulls in itself and sphinx as a runtime dep for the client. Declaring it in the docs group ensures it is only installed if the `sdcclient[docs]` is installed. Signed-off-by: Dominic Evans <[email protected]>
1 parent aef4bba commit 9d18376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ flake8 = "^3.8.4"
2828
coverage = "^6.2"
2929

3030
[tool.poetry.extras]
31-
docs = ["sphinx", "sphinx-material"]
31+
docs = ["sphinx", "sphinx-material", "sphinx-rtd-theme"]
3232

3333
[tool.poetry-dynamic-versioning]
3434
enable = true

0 commit comments

Comments
 (0)