From 199ed87c268a819d6bdc418278da99408d92517d Mon Sep 17 00:00:00 2001 From: "[Redacted]" Date: Fri, 23 Oct 2015 22:04:56 +0200 Subject: [PATCH] Removed backticks from readme Forgot to remove backticks from sphinx --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 00b9a0c03..e023ff5c3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,12 +6,12 @@ These are Sphinx docs, automatically built at http://docs.wagtail.io when the ma To build the documentation for browsing, from this directory run: - ``make html`` + make html then open ``_build/html/index.html`` in a browser. To rebuild automatically while editing the documentation, from this directory run: - ``sphinx-autobuild . _build`` + sphinx-autobuild . _build The online editor at http://rst.ninjs.org/ is a helpful tool for checking reStructuredText syntax.