sphinx-autoapi/autoapi/utils.py

6 lines
129 B
Python
Raw Normal View History

2015-03-27 19:50:56 +00:00
import re
import os
SITE_ROOT = os.path.dirname(os.path.realpath(__file__))
TEMPLATE_DIR = os.path.join(SITE_ROOT, 'templates')