Esempio n. 1
0
def setup(app):
    # Call imported setup
    _setup(app)
    # Define handler to build the common index
    app.connect('build-finished', build_common_index)
Esempio n. 2
0
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')