From 1b922b42dd5e18aeff789f2ee6fcb0a43485ac12 Mon Sep 17 00:00:00 2001 From: Thomas Doczkal Date: Mon, 3 Oct 2022 10:45:44 +0200 Subject: [PATCH] Adds code-block in collection documentation (#78977) * fix issue #78976 --- .../rst/dev_guide/developing_collections_distributing.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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