From b0388ed48862c188f5f712af8b6edc14d182f0eb Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 12 Apr 2019 08:45:49 +0200 Subject: [PATCH] docs: Workaround bug with python2-sphinx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It can't handle a `→` literal inside code blocks. Since we only have two of those, let's just replace them with `=>`. Fixes #5808. --- sphinx_doc_src/tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx_doc_src/tutorial.rst b/sphinx_doc_src/tutorial.rst index fe1137ebc..52d8282d4 100644 --- a/sphinx_doc_src/tutorial.rst +++ b/sphinx_doc_src/tutorial.rst @@ -172,7 +172,7 @@ Tab Completions Press :kbd:`Tab`, and ``fish`` will attempt to complete the command, argument, or path:: - >_ /pri :kbd:`Tab` → /private/ + >_ /pri :kbd:`Tab` => /private/ If there's more than one possibility, it will list them:: @@ -185,7 +185,7 @@ Hit tab again to cycle through the possibilities. ``fish`` can also complete many commands, like git branches:: - >_ git merge pr :kbd:`Tab` → git merge prompt_designer + >_ git merge pr :kbd:`Tab` => git merge prompt_designer >_ git checkout b :kbd:`Tab` builtin_list_io_merge (Branch) \mtch{builtin_set_color (Branch) busted_events (Tag)}