diff --git a/conda/meta.yaml b/conda/meta.yaml
index d00a6c4b8bf256d9a1cfad13beb6f92f2f296fa4..ff4a4f429617722123baeff8ecb931dd4c0c2e96 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -6,6 +6,7 @@ package:
   version: {{ environ.get('BOB_PACKAGE_VERSION', '0.0.1') }}
 
 build:
+  skip: True  # [arm64]
   number: {{ environ.get('BOB_BUILD_NUMBER', 0) }}
   run_exports:
     - {{ pin_subpackage(name) }}
diff --git a/doc/baselines.rst b/doc/baselines.rst
index ee4835f51aa6a0c9ed38ebf2526f64a634c944fd..84cfe4e7fe8b7d28cbbdc5da276b13ced008a92c 100644
--- a/doc/baselines.rst
+++ b/doc/baselines.rst
@@ -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 
    ``--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.
 
 
diff --git a/doc/other_pad_algorithms.rst b/doc/other_pad_algorithms.rst
index 28a2c2920084902fdf7f009d6c009eb389471260..4aa4348203e6b865bb98794e4ab6353b9ee7d6a8 100644
--- a/doc/other_pad_algorithms.rst
+++ b/doc/other_pad_algorithms.rst
@@ -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 
    ``--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.