sphinx/tests/roots/test-latex-labels-before-module/conf.py

9 lines
137 B
Python

import sys
from pathlib import Path
sys.path.insert(0, str(Path.cwd().resolve()))
extensions = ['sphinx.ext.autodoc']
nitpicky = True