summaryrefslogtreecommitdiffhomepage
path: root/sites/docs/conf.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-01-30 10:57:50 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-01-30 10:57:50 -0800
commit0d6bf1d9656dc3d15f76169d584268de999b9791 (patch)
treef7c35ed962fd29727fbe304820b488913a77d47f /sites/docs/conf.py
parent94580cebee300b02c3e798830396d5b4f0cc6b24 (diff)
parentc4276679284649f62b646a057f9ca50f0c644a2d (diff)
Merge branch '1.12'
Diffstat (limited to 'sites/docs/conf.py')
-rw-r--r--sites/docs/conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/docs/conf.py b/sites/docs/conf.py
new file mode 100644
index 00000000..0c7ffe55
--- /dev/null
+++ b/sites/docs/conf.py
@@ -0,0 +1,4 @@
+# Obtain shared config values
+import os, sys
+sys.path.append(os.path.abspath('..'))
+from shared_conf import *