From ff55f948c8929930e360e25f20f861273c6463d0 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Fri, 20 Dec 2019 16:02:10 +0100 Subject: [PATCH] [scripts/ci] Fix docs building --- bob/devtools/scripts/ci.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bob/devtools/scripts/ci.py b/bob/devtools/scripts/ci.py index 9677342d..8f4cfdcd 100644 --- a/bob/devtools/scripts/ci.py +++ b/bob/devtools/scripts/ci.py @@ -950,10 +950,7 @@ def docs(ctx, requirement, dry_run): f.write(data) logger.info("Building documentation...") - ctx.invoke( - build, dry_run=dry_run, - nose_eval_attr=os.environ.get("NOSE_EVAL_ATTR", ""), - ) + ctx.invoke(build, dry_run=dry_run) @ci.command( -- GitLab