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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user