DEBSOURCES
Skip Quicknav
sources / sphinx / 5.3.0-2 / tests / roots / test-add_source_parser / conf.py
12345678
import os import sys sys.path.insert(0, os.path.abspath('.')) extensions = ['source_parser'] source_suffix = ['.rst']