[Groonga-commit] groonga/groonga at 0077fe3 [master] doc: accept Sphinx 1.6

Back to archive index

Kentaro Hayashi null+****@clear*****
Tue Jul 25 11:27:33 JST 2017


Kentaro Hayashi	2017-07-25 11:27:33 +0900 (Tue, 25 Jul 2017)

  New Revision: 0077fe3a4f9b056962535d4c467ec73ef3e130be
  https://github.com/groonga/groonga/commit/0077fe3a4f9b056962535d4c467ec73ef3e130be

  Message:
    doc: accept Sphinx 1.6

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2017-07-25 11:29:17 +0900 (297cce0)
+++ configure.ac    2017-07-25 11:27:33 +0900 (0754c7b)
@@ -1309,7 +1309,7 @@ if test x"$enable_document" != x"no"; then
     AC_PATH_PROG(SPHINX_BUILD, sphinx-build, [])
     if test -n "$SPHINX_BUILD"; then
       sphinx_build_version=`"$SPHINX_BUILD" --version`
-      if ! echo "$sphinx_build_version" | grep -q ' 1\.[[3-5]]'; then
+      if ! echo "$sphinx_build_version" | grep -q ' 1\.[[3-6]]'; then
         AC_MSG_ERROR([
 sphinx-build is old: $sphinx_build_version
 Sphinx 1.3 or later is required.])
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index