summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorJames L Parry <jim_parry@bcit.ca>2014-10-27 06:50:42 +0100
committerJames L Parry <jim_parry@bcit.ca>2014-10-27 06:50:42 +0100
commit4ac399216f0c745134830149cb17dd5423243dd1 (patch)
tree685b6e2e0a03cad2a8b05f2ee4484ebc6ff7bab3 /user_guide_src
parent865fb1c71f858ab54439e6854a7e5c5590cc56a4 (diff)
Specify sphinx version (fixes #3275)
The latest version of sphinx installed by easy_install is incompatible with our user guide. This change specifies sphinx version 1.2.3, the required one. Signed-off-by:James L Parry <jim_parry@bcit.ca>
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/README.rst b/user_guide_src/README.rst
index 1c27fc22a..188b42e88 100644
--- a/user_guide_src/README.rst
+++ b/user_guide_src/README.rst
@@ -23,7 +23,7 @@ Installation
============
1. Install `easy_install <http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install>`_
-2. ``easy_install sphinx``
+2. ``easy_install "sphinx==1.2.3"``
3. ``easy_install sphinxcontrib-phpdomain``
4. Install the CI Lexer which allows PHP, HTML, CSS, and JavaScript syntax highlighting in code examples (see *cilexer/README*)
5. ``cd user_guide_src``