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.set_ssh(*arguments)
|
||||||
spcd.install_commands(main)
|
spcd.install_commands(main)
|
||||||
# FIXME abstract command
|
# FIXME abstract command
|
||||||
|
step("Install packages")
|
||||||
run(
|
run(
|
||||||
"apt-get",
|
"apt-get",
|
||||||
"install",
|
"install",
|
||||||
"--assume-yes",
|
"--assume-yes",
|
||||||
"graphviz",
|
"graphviz",
|
||||||
|
"python3-sphinx",
|
||||||
|
"python3-sphinx-rtd-theme",
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
function = getattr(cmd, name.replace("-", "_"))
|
function = getattr(cmd, name.replace("-", "_"))
|
||||||
|
|
Loading…
Reference in a new issue