sphinx-autoapi/autoapi/settings.py

5 lines
119 B
Python
Raw Normal View History

2015-04-08 05:54:53 +00:00
import os
SITE_ROOT = os.path.dirname(os.path.realpath(__file__))
TEMPLATE_DIR = os.path.join(SITE_ROOT, 'templates')