algolia / sphinx-docsearch

Add Algolia DocSearch to your Sphinx documentation project
https://sphinx-docsearch.readthedocs.io/
MIT License
12 stars 1 forks source link

feat: keep docsearch updated #6

Closed kai687 closed 11 months ago

kai687 commented 11 months ago

This PR adds a script to the repository for keeping the 'static' assets for DocSearch up-to-date.

This script downloads the DocSearch JavaScript and CSS from the jsDelivr CDN. To run it: python update_assets.py.

DEX-779