diff options
author | James L Parry <jim_parry@bcit.ca> | 2014-11-11 07:33:52 +0100 |
---|---|---|
committer | James L Parry <jim_parry@bcit.ca> | 2014-11-11 07:33:52 +0100 |
commit | 60516ab8c6838fa4da8eb7eabb5fe782c7a81c86 (patch) | |
tree | aa0477a3f9159229267805808db02d1717323db8 /user_guide_src/source/documentation | |
parent | 32a077a73e33bc3367db6353d21300259e2cc4d2 (diff) |
Fix documentation instructions
Corrected the sphinx installation instructions to match the instructions in user_guide_src/README.rst
Signed-off-by:James L Parry <jim_parry@bcit.ca>
Diffstat (limited to 'user_guide_src/source/documentation')
-rw-r--r-- | user_guide_src/source/documentation/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/documentation/index.rst b/user_guide_src/source/documentation/index.rst index b080c0efa..38124f7f2 100644 --- a/user_guide_src/source/documentation/index.rst +++ b/user_guide_src/source/documentation/index.rst @@ -42,7 +42,7 @@ Pygments, so that code blocks can be properly highlighted. .. code-block:: bash - easy_install sphinx + easy_install "sphinx==1.2.3" easy_install sphinxcontrib-phpdomain Then follow the directions in the README file in the :samp:`cilexer` folder |