From 0737c49b833456c5f88ca6040ae784a20a9c250b Mon Sep 17 00:00:00 2001 From: Wojciech Pietraszewski Date: Mon, 16 Sep 2024 17:39:00 +0200 Subject: [PATCH] documentation/sphinx: Fix formatting errors in `.rst` files Removes emojis from code snippets causing issues with LaTeX output generated by Sphinx. --- docs/command_list/newt_complete.rst | 2 +- docs/install/newt_mac.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/command_list/newt_complete.rst b/docs/command_list/newt_complete.rst index 205710d4c..6b05cc5a0 100644 --- a/docs/command_list/newt_complete.rst +++ b/docs/command_list/newt_complete.rst @@ -14,7 +14,7 @@ Install bash autocompletion Bash completion has been installed to: /usr/local/etc/bash_completion.d ==> Summary - 🍺 /usr/local/Cellar/bash-completion/1.3_1: 189 files, 607.8K + /usr/local/Cellar/bash-completion/1.3_1: 189 files, 607.8K Enable autocompletion for newt ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/docs/install/newt_mac.rst b/docs/install/newt_mac.rst index d628c2828..1593f70f6 100644 --- a/docs/install/newt_mac.rst +++ b/docs/install/newt_mac.rst @@ -78,7 +78,7 @@ commands to upgrade to newt latest: ==> Downloading from https://raw.githubusercontent.com/juullabs-oss/binary-releases/master/mynewt-newt-tools_1.5.0/mynewt-newt-1.5.0.sierra.bottle.tar.gz ######################################################################## 100.0% ==> Pouring mynewt-newt-1.5.0.sierra.bottle.tar.gz - 🍺 /usr/local/Cellar/mynewt-newt/1.5.0: 3 files, 8.1MB + /usr/local/Cellar/mynewt-newt/1.5.0: 3 files, 8.1MB Installing the Latest Release Version of Newt ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -94,7 +94,7 @@ Run the following command to install the latest release version of newt: ==> Downloading from https://raw.githubusercontent.com/JuulLabs-OSS/binary-releases/master/mynewt-newt-tools_1.5.0/mynewt-newt- ######################################################################## 100.0% ==> Pouring mynewt-newt-1.5.0.sierra.bottle.tar.gz - 🍺 /usr/local/Cellar/mynewt-newt/1.5.0: 3 files, 8.1MB + /usr/local/Cellar/mynewt-newt/1.5.0: 3 files, 8.1MB **Notes:** Homebrew bottles for newt are available for macOS Sierra. If you are running an earlier version of macOS, the installation will install the latest version of Go and compile newt locally.