Installation

To install the library:

pip install sphinx-carousel
pip install git+https://github.com/Robpol86/sphinx-carousel@main

Once the package is installed add sphinx_carousel.carousel to your extensions list in your conf.py file.

# conf.py
extensions = [
     # ... other extensions here
     "sphinx_carousel.carousel",
]