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

6 lines
96 B
Python
Raw Normal View History

# Test extension module
2018-02-19 22:39:14 +09:00
def setup(app):
app.add_config_value('value_from_ext', [], False)