summaryrefslogtreecommitdiffhomepage
path: root/sites/docs/conf.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-01-29 14:38:58 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-01-29 14:38:58 -0800
commitc636b273daf657eb05041ce2528959910e7db162 (patch)
treeca4ce0e03286b5d6c9fbcac8d9db6d4e2d5bf1ef /sites/docs/conf.py
parent473a9cdf5b22c8bbc4d4e95d419c8bd153f05e21 (diff)
parentb8d1724f5714c27ad02ae013e87f5531aec041ea (diff)
Merge branch '1.10' into 1.11
Conflicts: dev-requirements.txt tox.ini
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 *