mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Fix the broken tools docs
command during the merge-forward
This commit is contained in:
parent
9dee4488ad
commit
1f22924a9a
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,12 @@ docs = command_group(
|
|||
requirements_files=[
|
||||
tools.utils.REPO_ROOT / "requirements" / "base.txt",
|
||||
tools.utils.REPO_ROOT / "requirements" / "zeromq.txt",
|
||||
tools.utils.REPO_ROOT
|
||||
/ "requirements"
|
||||
/ "static"
|
||||
/ "ci"
|
||||
/ "py{}.{}".format(*sys.version_info)
|
||||
/ "docs.txt",
|
||||
],
|
||||
install_args=[
|
||||
"--constraint",
|
||||
|
|
Loading…
Add table
Reference in a new issue