development/eclim: Fix building with latest Sphinx version.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2018-03-03 10:51:32 +13:00 committed by Willy Sudiarto Raharjo
parent a1f8fdac48
commit 3fe50d4b4e
2 changed files with 3 additions and 1 deletions

View File

@ -65,6 +65,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
sed -i "s|'plantuml'|'sphinxcontrib.plantuml'|g" doc/content/conf.py
# http://eclim.org/install.html#install-source
(
# build nailgun

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/ervandew/eclim/releases/download/2.7.2/eclim_2.7.2.
MD5SUM="dbcc44556fc04491894ff61774ca7aa4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="apache-ant eclipse-java Sphinx"
REQUIRES="apache-ant eclipse-java sphinxcontrib-plantuml"
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"