diff options
author | Timotheus Kampik <timotheus.kampik@gmail.com> | 2018-04-08 13:40:23 +0200 |
---|---|---|
committer | Timotheus Kampik <timotheus.kampik@gmail.com> | 2018-04-08 13:40:23 +0200 |
commit | aa5a7e5916b323613b00d2fdd8faa0beff9f488d (patch) | |
tree | f16d85b67c941cbd499fbfbde65585ff1fdb84bf | |
parent | 841a123c39f20d20aebd9055d87694a3d35ab463 (diff) | |
download | sphinx-git-aa5a7e5916b323613b00d2fdd8faa0beff9f488d.tar.gz |
#1428 further indent note
-rw-r--r-- | doc/web/api.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/web/api.rst b/doc/web/api.rst index d86608466..81d25b79f 100644 --- a/doc/web/api.rst +++ b/doc/web/api.rst @@ -44,9 +44,9 @@ The WebSupport Class **and not in** ``'/static'``, this should be a string with the name of that location (e.g. ``builddir + '/static_files'``). - .. note:: - If you specify ``staticdir``, you will typically want to adjust - ``staticroot`` accordingly. + .. note:: + If you specify ``staticdir``, you will typically want to adjust + ``staticroot`` accordingly. staticroot If the static files are not served from ``'/static'``, this should be a |