Sphinx 1.0.7 complains if an indented block in .warning starts with :option.
This fixes it.

Signed-off-by: Andrea Spadaccini <[email protected]>
---
 doc/admin.rst |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/admin.rst b/doc/admin.rst
index 192b881..b366def 100644
--- a/doc/admin.rst
+++ b/doc/admin.rst
@@ -291,8 +291,8 @@ While the command to stop one is::
 
 .. warning:: Do not use the Xen or KVM commands directly to stop
    instances. If you run for example ``xm shutdown`` or ``xm destroy``
-   on an instance Ganeti will automatically restart it (via the
-   :command:`ganeti-watcher` command which is launched via cron).
+   on an instance Ganeti will automatically restart it (via
+   the :command:`ganeti-watcher` command which is launched via cron).
 
 Querying instances
 ~~~~~~~~~~~~~~~~~~
-- 
1.7.3.1

Reply via email to