From eafc547b8840757e1441ee3e2bfc17a632601a2c Mon Sep 17 00:00:00 2001 From: Sam Tuke Date: Sun, 28 Oct 2012 14:13:16 +0000 Subject: [PATCH] Added note about installing sphinx before building --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2a600a7ce..1a0aab743 100644 --- a/README.rst +++ b/README.rst @@ -25,5 +25,5 @@ The ``master`` branch is always the development branch. If a new server version Building -------- -Enter any manual directory, then run ``make html``. The result can be found in the ``_build/html`` subdirectory. +Make sure that Sphinx is installed (e.g. sudo yum install python-sphinx), then enter any manual directory, then run ``make html``. The result can be found in the ``_build/html`` subdirectory.