sphinx/tests/roots/test-api-set-translator/nonext/conf.py
2019-01-02 21:53:07 +09:00

8 lines
119 B
Python

import os
import sys
sys.path.insert(0, os.path.dirname(os.path.abspath('.')))
project = 'test'
master_doc = 'index'