From 219074c50df5248155cd1242089bac598f5e22de Mon Sep 17 00:00:00 2001 From: Tetsuro Yoshikawa Date: Fri, 17 Jan 2020 00:48:34 +0900 Subject: [PATCH] fix: sphinx version. --- user_guide_src/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/README.rst b/user_guide_src/README.rst index ab8c3473e4fa..a04ad8ed237e 100644 --- a/user_guide_src/README.rst +++ b/user_guide_src/README.rst @@ -23,7 +23,7 @@ Installation ============ 1. Install `easy_install `_ -2. ``easy_install "sphinx==1.4.5"`` +2. ``easy_install "sphinx==1.8.5"`` 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``