An awesome theme for the Sphinx documentation generator. Current version 6.0.2. Released irregularly.
pip install sphinxawesome-themeVerified import paths — ran on the pinned version, not inferred.
Add the above to your Sphinx conf.py to use the theme.
Update imports to `from sphinxawesome_theme import configure_theme` and call `configure_theme(globals())`.
Pass theme options directly to `configure_theme()` or use `html_theme_options` if still supported, but check docs.
Ensure Python version is >=3.10 before installing.