You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments