mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-10 01:10:27 +00:00
6 lines
129 B
Python
6 lines
129 B
Python
|
import re
|
||
|
import os
|
||
|
|
||
|
SITE_ROOT = os.path.dirname(os.path.realpath(__file__))
|
||
|
|
||
|
TEMPLATE_DIR = os.path.join(SITE_ROOT, 'templates')
|