fixme/sphinx
This commit is contained in:
parent
6fbaf34915
commit
5370d47dce
1 changed files with 3 additions and 0 deletions
|
@ -37,11 +37,14 @@ def main(main: str) -> None:
|
|||
spcd.set_ssh(*arguments)
|
||||
spcd.install_commands(main)
|
||||
# FIXME abstract command
|
||||
step("Install packages")
|
||||
run(
|
||||
"apt-get",
|
||||
"install",
|
||||
"--assume-yes",
|
||||
"graphviz",
|
||||
"python3-sphinx",
|
||||
"python3-sphinx-rtd-theme",
|
||||
)
|
||||
else:
|
||||
function = getattr(cmd, name.replace("-", "_"))
|
||||
|
|
Loading…
Reference in a new issue