aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/_better_theme/__init__.py
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2014-08-27 23:12:09 -0400
committerbnewbold <bnewbold@robocracy.org>2014-08-28 00:03:08 -0400
commit6702e7412828729c7a5df776d014f25deabf2274 (patch)
tree6a31c4d1e13aae59634bf941e3dd62855c0f7d77 /docs/source/_better_theme/__init__.py
parentb50a15e6d705a2eead061618f84bdc066ec5c6f4 (diff)
downloadlibrambutan-6702e7412828729c7a5df776d014f25deabf2274.tar.gz
librambutan-6702e7412828729c7a5df776d014f25deabf2274.zip
docs: initial rambutan theme
Still needs bundled fonts and polish.
Diffstat (limited to 'docs/source/_better_theme/__init__.py')
-rw-r--r--docs/source/_better_theme/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/_better_theme/__init__.py b/docs/source/_better_theme/__init__.py
new file mode 100644
index 0000000..010d4ac
--- /dev/null
+++ b/docs/source/_better_theme/__init__.py
@@ -0,0 +1,3 @@
+import os
+better_theme_path = os.path.split(os.path.dirname(__file__))[0]
+__version__ = '0.1.5'