Back to Integrations

Sphinx Integration

Add Pulse to your Sphinx documentation via conf.py.


Add the Pulse Script via Configuration

In your conf.py, add the Pulse script using html_js_files.

conf.py
html_js_files = [
    ('https://pulse.ciphera.net/script.js', {'defer': 'defer', 'data-domain': 'your-site.com'}),
]

For more details, see the Sphinx html_js_files docs.