From 0cedb089af8349fb6c3c91f7ec0f56d012cbe661 Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Mon, 24 Jun 2019 18:16:11 +0200 Subject: [PATCH] Cosmetic changes in the local executor --- bob/devtools/scripts/ci.py | 5 +++++ bob/devtools/scripts/local.py | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/bob/devtools/scripts/ci.py b/bob/devtools/scripts/ci.py index 43a2fbc7..e71f7032 100644 --- a/bob/devtools/scripts/ci.py +++ b/bob/devtools/scripts/ci.py @@ -651,9 +651,14 @@ def docs(ctx, requirement, dry_run): """Prepares documentation build This command: + \b + 1. Clones all the necessary packages necessary to build the bob/beat documentation + \b + 2. Generates the `extra-intersphinx.txt` and `nitpick-exceptions.txt` file + \b This command is supposed to be run **instead** of `bdt ci build...` diff --git a/bob/devtools/scripts/local.py b/bob/devtools/scripts/local.py index e5b89277..2eca7607 100644 --- a/bob/devtools/scripts/local.py +++ b/bob/devtools/scripts/local.py @@ -73,11 +73,18 @@ def docs(ctx, requirement, dry_run, python, group): """Prepares documentation build This command: + \b + 1. Clones all the necessary packages necessary to build the bob/beat documentation + + \b + 2. Generates the `extra-intersphinx.txt` and `nitpick-exceptions.txt` file + + \b """ set_up_environment_variables(python=python, name_space=group) - ctx.invoke(ci.docs, requirement=requirement, dry_run=dry_run) \ No newline at end of file + ctx.invoke(ci.docs, requirement=requirement, dry_run=dry_run) -- GitLab