Skip to content
Snippets Groups Projects
Commit 0cedb089 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Cosmetic changes in the local executor

parent 50cf4202
No related branches found
No related tags found
1 merge request!60added command to generate documentations locally
Pipeline #31354 passed
This commit is part of merge request !60. Comments created here will be created in the context of that merge request.
......@@ -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...`
......
......@@ -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)
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