2016-07-14 09:12:57 -05:00
|
|
|
import sys
|
2024-07-23 10:55:21 -05:00
|
|
|
from pathlib import Path
|
2020-11-11 05:00:27 -06:00
|
|
|
|
2024-07-23 10:55:21 -05:00
|
|
|
sys.path.insert(0, str(Path.cwd().resolve()))
|
2016-07-14 09:12:57 -05:00
|
|
|
|
|
|
|
extensions = ['sphinx.ext.autodoc']
|