[Groonga-commit] groonga/groonga at 58f9d8e [master] doc: require Sphinx 1.3 or later

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 30 00:18:46 JST 2015


Kouhei Sutou	2015-08-30 00:18:46 +0900 (Sun, 30 Aug 2015)

  New Revision: 58f9d8e58b16351a94be6307ca77f7f7a36ad455
  https://github.com/groonga/groonga/commit/58f9d8e58b16351a94be6307ca77f7f7a36ad455

  Message:
    doc: require Sphinx 1.3 or later

  Modified files:
    configure.ac
    doc/files.am

  Modified: configure.ac (+2 -2)
===================================================================
--- configure.ac    2015-08-30 00:15:55 +0900 (c82ee94)
+++ configure.ac    2015-08-30 00:18:46 +0900 (f9946cb)
@@ -1253,10 +1253,10 @@ 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\.[[23]]'; then
+      if ! echo "$sphinx_build_version" | grep -q ' 1\.[[3]]'; then
 	AC_MSG_ERROR([
 sphinx-build is old: $sphinx_build_version
-Sphinx 1.2 or later is required.])
+Sphinx 1.3 or later is required.])
       fi
       document_available=yes
       document_buildable=yes

  Modified: doc/files.am (+2 -0)
===================================================================
--- doc/files.am    2015-08-30 00:15:55 +0900 (c51dbb8)
+++ doc/files.am    2015-08-30 00:18:46 +0900 (4078093)
@@ -1773,6 +1773,7 @@ html_files_relative_from_locale_dir = \
 	html/_static/file.png \
 	html/_static/groonga.css \
 	html/_static/header-background.png \
+	html/_static/jquery-1.11.1.js \
 	html/_static/jquery.js \
 	html/_static/logo.png \
 	html/_static/minus.png \
@@ -1780,6 +1781,7 @@ html_files_relative_from_locale_dir = \
 	html/_static/plus.png \
 	html/_static/pygments.css \
 	html/_static/searchtools.js \
+	html/_static/underscore-1.3.1.js \
 	html/_static/underscore.js \
 	html/_static/up-pressed.png \
 	html/_static/up.png \
-------------- next part --------------
HTML����������������������������...
下載 



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