def setup(app): # Call imported setup _setup(app) # Define handler to build the common index app.connect('build-finished', build_common_index)
def setup(app): # Call imported setup _setup(app) # Add a custom config value that can be used for conditional content app.add_config_value('release_version', '', 'env')