Skip to content

Instantly share code, notes, and snippets.

@inoshiro
Created October 26, 2014 05:44
Show Gist options
  • Save inoshiro/c09b10a05ab4c6f3acb8 to your computer and use it in GitHub Desktop.
Save inoshiro/c09b10a05ab4c6f3acb8 to your computer and use it in GitHub Desktop.
commit 2d9344a82ca71ac90f579a8397e634e951d8145e で検証
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