Files
sphinx/tests/roots/test-ext-doctest-skipif/conf.py

11 lines
240 B
Python
Raw Normal View History

extensions = ['sphinx.ext.doctest']
project = 'test project for the doctest :skipif: directive'
master_doc = 'skipif'
source_suffix = '.txt'
exclude_patterns = ['_build']
doctest_global_setup = '''
from test_ext_doctest import record
'''