From ca01386cefa2fd6abaff97903e12780fa94564e1 Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Mon, 21 Jun 2021 14:21:26 +0200 Subject: [PATCH] docs: try to fix backslash once more My previous fix worked with the version of sphinx I have locally, but apparently not the one readTheDocs uses. Imagine my surprise! Let's just use ``backticks`` for our backslash. --- docs/config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.rst b/docs/config.rst index 1bb4bc1..077bf73 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -15,8 +15,8 @@ Python, don't worry, it's pretty simple. Just follow the examples. .. note:: - You should *always* use forward slashes ("/"), even on - Windows. This is required because the backslash ("\\\") has special meaning + You should *always* use forward slashes (``/``), even on + Windows. This is required because the backslash (``\``) has special meaning in Python. Examples