Files
sphinx/tests/roots/test-environment-record-dependencies/conf.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
99 B
Python
Raw Normal View History

import os
import sys
sys.path.insert(0, os.path.abspath('.'))
extensions = ['sphinx.ext.autodoc']