sphinx/tests/roots/test-root/ext.py

5 lines
95 B
Python

# Test extension module
def setup(app):
app.add_config_value('value_from_ext', [], False)