0

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.
This commit is contained in:
Nicolas F
2021-06-21 14:21:26 +02:00
parent 0eb0700e52
commit ca01386cef

View File

@@ -15,8 +15,8 @@ Python, don't worry, it's pretty simple. Just follow the examples.
.. note:: .. note::
You should *always* use forward slashes ("/"), even on You should *always* use forward slashes (``/``), even on
Windows. This is required because the backslash ("\\\") has special meaning Windows. This is required because the backslash (``\``) has special meaning
in Python. in Python.
Examples Examples