mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-07-31 00:27:57 -05:00
5 lines
95 B
Python
5 lines
95 B
Python
# Test extension module
|
|
|
|
def setup(app):
|
|
app.add_config_value('value_from_ext', [], False)
|