diff options
author | Andrey Andreev <narf@devilix.net> | 2014-11-11 13:33:16 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-11-11 13:33:16 +0100 |
commit | 8f7d3d2fccc097c85cc403b58df6c5fc35418579 (patch) | |
tree | 5bc1ef2a75abb0d85a3ab2cece365eed9e516470 /user_guide_src/README.rst | |
parent | 4f50256a84e8052fc3356683f28286d36f8a322c (diff) | |
parent | 81c934729d9fcbb294a8914608c315eed30ff9c4 (diff) |
Fix merge conflicts
Diffstat (limited to 'user_guide_src/README.rst')
-rw-r--r-- | user_guide_src/README.rst | 2 |
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`` |