Properly quote --without-python3 in docs (#5596).
authorBen Sturmfels <ben@sturm.com.au>
Tue, 28 Apr 2020 03:40:39 +0000 (13:40 +1000)
committerBen Sturmfels <ben@sturm.com.au>
Tue, 28 Apr 2020 03:40:39 +0000 (13:40 +1000)
docs/source/siteadmin/deploying.rst

index c91912af11dea9ca2498c90e3b87d6e7531fe0b3..40254e2ca7e085d929e2695fc553721e6e56fa5f 100644 (file)
@@ -257,7 +257,7 @@ Set up the hacking environment::
     $ ./bootstrap.sh && ./configure && make
 
 (Note that if you'd prefer to run MediaGoblin with Python 2, pass in
-`--without-python3` to the `./configure` command.)
+``--without-python3`` to the ``./configure`` command.)
 
 Create and set the proper permissions on the ``user_dev`` directory.
 This directory will be used to store uploaded media files::