Quickstart#
Furo is distributed on PyPI. To use the theme in your Sphinx project:
Install Furo in documentation’s build environment.
pip install furo
Update the
html_theme
inconf.py
.html_theme = "furo"
Your Sphinx documentation’s HTML pages will now be generated with this theme! 🎉