使ってるのはMac版
- 動作軽い
- カラースキームが見やすくてよい
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, | |
) |