From 22a4625c42d6953daa386511cd63d0b6338142ad Mon Sep 17 00:00:00 2001 From: Akira Yokochi Date: Wed, 11 Dec 2024 00:31:29 +0900 Subject: [PATCH] fix file name to execution-environment.yml (#2240) * fix file name to execution-environment.yml * fix syntax --- .../rst/dev_guide/developing_collections_structure.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/dev_guide/developing_collections_structure.rst b/docs/docsite/rst/dev_guide/developing_collections_structure.rst index 7135c22f36..a1fef6ea2c 100644 --- a/docs/docsite/rst/dev_guide/developing_collections_structure.rst +++ b/docs/docsite/rst/dev_guide/developing_collections_structure.rst @@ -286,8 +286,8 @@ A collection can store some additional metadata in a ``runtime.yml`` file in the - my_module - another.collection.another_module -execution_environments.yml -^^^^^^^^^^^^^^^^^^^^^^^^^^ +execution-environment.yml +^^^^^^^^^^^^^^^^^^^^^^^^^ If your collection has requirements, you can specify them in the ``execution-environment.yml`` file in the ``meta`` directory. This ensures users do not need to add these requirements manually when building :ref:`Execution Environments` containing your collection.