Back to Integrations

Read the Docs Integration

Add Pulse to your Read the Docs documentation.


Add the Pulse Script via Sphinx Configuration

Create a custom template override. In your Sphinx conf.py, add the Pulse script as a JavaScript file.

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

For more details, see the Read the Docs customization.