Mercurial > trustbridge
annotate manuals/theme/better/__init__.py @ 1065:5cf648c233d2
Note that quoted quotes are unhandled instead of FIXME
We do not plan to fix that. Not supporting those is acceptable.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 10 Sep 2014 11:52:55 +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' |