diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-01-21 16:59:21 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-01-21 16:59:21 -0800 |
commit | 2da914252064af8dc419b49a423ab57fdb0617c4 (patch) | |
tree | 27fdd3d93db3ccf8af80c03893a858d20c20fdf8 /sites/www/conf.py | |
parent | c224fdecf174077f3b7a15f056e65b10282fed38 (diff) |
Rename 'main' doctree to 'www'; refactor sphinx task conf
Diffstat (limited to 'sites/www/conf.py')
-rw-r--r-- | sites/www/conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/conf.py b/sites/www/conf.py new file mode 100644 index 00000000..0c7ffe55 --- /dev/null +++ b/sites/www/conf.py @@ -0,0 +1,4 @@ +# Obtain shared config values +import os, sys +sys.path.append(os.path.abspath('..')) +from shared_conf import * |