summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorryanbriscall <ryanbriscall@gmail.com>2017-07-16 20:17:34 +0200
committerryanbriscall <ryanbriscall@gmail.com>2017-07-16 20:17:34 +0200
commit2ce3173415226a34ded78ff24556178cb41c7269 (patch)
tree6af1d67a31fad96bb6c97f5c20f4a0749348472d
parentf107a186f0ddd5695c142c3202106bea4cd4b226 (diff)
updates version of sphinx to 1.6.3 for easyinstall command in step 2 of user_guide_src/README.
-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 d645adb73..b6606bf24 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==1.2.3"``
+2. ``easy_install "sphinx==1.6.3"``
3. ``easy_install "sphinxcontrib-phpdomain==0.1.3.post1"``
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``