diff --git a/docs/docsite/rst/dev_guide/developing_collections_distributing.rst b/docs/docsite/rst/dev_guide/developing_collections_distributing.rst index d07e6f1382f..124d112439c 100644 --- a/docs/docsite/rst/dev_guide/developing_collections_distributing.rst +++ b/docs/docsite/rst/dev_guide/developing_collections_distributing.rst @@ -132,7 +132,9 @@ After configuring one or more distribution servers, build a collection tarball. collection_dir#> ansible-galaxy collection build -This command builds a tarball of the collection in the current directory, which you can upload to your selected distribution server:: +This command builds a tarball of the collection in the current directory, which you can upload to your selected distribution server: + +.. code-block:: shell my_collection/ ├── galaxy.yml