Add support for slideshows using sphinx-carousel
sphinx-carousel is a Sphinx extension for creating slideshows using Bootstrap carousels. The extension supports the PyData Sphinx theme that we are currently using. This would be a nice addition to show the various steps of an algorithm in swh-alter documentation. See: https://sphinx-carousel.readthedocs.io/ and https://getbootstrap.com/docs/5.1/components/carousel/
... | ... | @@ -5,6 +5,7 @@ sphinx |
sphinxcontrib-httpdomain >= 1.8.0 | ||
sphinxcontrib-images | ||
sphinxcontrib-programoutput | ||
sphinx-carousel | ||
sphinx-design | ||
sphinx-reredirects | ||
pydata-sphinx-theme | ||
... | ... |
Please register or sign in to comment