Created
October 26, 2014 05:44
-
-
Save inoshiro/c09b10a05ab4c6f3acb8 to your computer and use it in GitHub Desktop.
commit 2d9344a82ca71ac90f579a8397e634e951d8145e で検証
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
SITE_ROOT = '/'.join(os.path.dirname(os.path.realpath(__file__)).split('/')[0:-2]) | |
DONT_HIT_DB = True | |
SLUMBER_API_HOST = "http://localhost" | |
TEMPLATE_DIRS = ( | |
'%s/readthedocs/templates/' % SITE_ROOT, | |
'%s/readthedocs/doc_builder/templates/' % SITE_ROOT, | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment