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

Merge branch 'fix-sphinx' into 'master'

[sphinx] Fixed warnings

Closes #44

See merge request !122
parents 58031126 ff44ffbb
Branches
Tags
1 merge request!122[sphinx] Fixed warnings
Pipeline #60185 passed
...@@ -6,6 +6,7 @@ package: ...@@ -6,6 +6,7 @@ package:
version: {{ environ.get('BOB_PACKAGE_VERSION', '0.0.1') }} version: {{ environ.get('BOB_PACKAGE_VERSION', '0.0.1') }}
build: build:
skip: True # [arm64]
number: {{ environ.get('BOB_BUILD_NUMBER', 0) }} number: {{ environ.get('BOB_BUILD_NUMBER', 0) }}
run_exports: run_exports:
- {{ pin_subpackage(name) }} - {{ pin_subpackage(name) }}
......
...@@ -35,7 +35,7 @@ Usually, it is a good idea to have at least verbose level 2 (i.e., calling ...@@ -35,7 +35,7 @@ Usually, it is a good idea to have at least verbose level 2 (i.e., calling
line option. To run experiments in parallel on the local machine, add the line option. To run experiments in parallel on the local machine, add the
``--dask-client local-parallel`` option. ``--dask-client local-parallel`` option.
See :ref:`this <bob.bio.base.vanilla_biometrics_advanced_features>` for more See :any:`this <pipeline_simple_features>` for more
details on dask configurations. details on dask configurations.
......
...@@ -43,7 +43,7 @@ Usually, it is a good idea to have at least verbose level 2 (i.e., calling ...@@ -43,7 +43,7 @@ Usually, it is a good idea to have at least verbose level 2 (i.e., calling
line option. To run experiments in parallel on the local machine, add the line option. To run experiments in parallel on the local machine, add the
``--dask-client local-parallel`` option. ``--dask-client local-parallel`` option.
See :ref:`this <bob.bio.base.vanilla_biometrics_advanced_features>` for more See :any:`this <pipeline_simple_features>` for more
details on dask configurations. details on dask configurations.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment