Skip to content
Snippets Groups Projects
Commit ff55f948 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts/ci] Fix docs building

parent d8b547d4
No related branches found
No related tags found
No related merge requests found
Pipeline #36167 passed
...@@ -950,10 +950,7 @@ def docs(ctx, requirement, dry_run): ...@@ -950,10 +950,7 @@ def docs(ctx, requirement, dry_run):
f.write(data) f.write(data)
logger.info("Building documentation...") logger.info("Building documentation...")
ctx.invoke( ctx.invoke(build, dry_run=dry_run)
build, dry_run=dry_run,
nose_eval_attr=os.environ.get("NOSE_EVAL_ATTR", ""),
)
@ci.command( @ci.command(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment