[Python-modules-commits] [python-django-etcd-settings] 05/14: Use packaged plantuml.jar file for sphinx.

Michael Fladischer fladi at moszumanska.debian.org
Wed Dec 14 10:25:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository python-django-etcd-settings.

commit 509025b5649f660c7427ad122c05c5e9ebd3523f
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Wed Dec 14 09:50:12 2016 +0100

    Use packaged plantuml.jar file for sphinx.
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 84610cf..da32dc6 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -40,7 +40,7 @@ extensions = [
     'sphinxcontrib.plantuml',
 ]
 
-plantuml_jar_path = os.path.abspath('./_plantuml/plantuml.jar')
+plantuml_jar_path = '/usr/share/plantuml/plantuml.jar'
 plantuml = 'java -Djava.awt.headless=true -jar {0}'.format(plantuml_jar_path)
 
 # Add any paths that contain templates here, relative to this directory.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-etcd-settings.git



More information about the Python-modules-commits mailing list