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.