API Reference

champollion

champollion.setup(app)[source]

Register callbacks and directives.

champollion.fetch_javascript_environment(app)[source]

Fetch the Javascript environment from the app configuration.

If the js_environment configuration is not provided, attempt to parse the path provided via the js_source or js_sources configuration value.

This function is called with the builder-inited Sphinx event, emitted when the builder object is created.