annotate manuals/theme/better/__init__.py @ 1120:9651fabca17d

installation help: fixed default installation directory path and using bash for starting the script as this works also if there are no executable permissions.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 17 Sep 2014 09:15:47 +0200
parents 519b14c5260d
children
rev   line source
934
519b14c5260d (issue89) Add sphinx better theme
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff changeset
1 import os
519b14c5260d (issue89) Add sphinx better theme
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff changeset
2 better_theme_path = os.path.split(os.path.dirname(__file__))[0]
519b14c5260d (issue89) Add sphinx better theme
Andre Heinecke <andre.heinecke@intevation.de>
parents:
diff changeset
3 __version__ = '0.1.5'

http://wald.intevation.org/projects/trustbridge/