mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-24 23:03:45 +00:00
Removed backticks from readme
Forgot to remove backticks from sphinx
This commit is contained in:
parent
8c6ffa6f48
commit
199ed87c26
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue