Commit 9d18376
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments