development/eclim: Fix building with latest Sphinx version.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
a1f8fdac48
commit
3fe50d4b4e
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue