A Sphinx theme devised by ANSYS, Inc. for documenting PyAnsys libraries and other projects. Version 1.7.2 requires Python >=3.10,<4. The theme provides a modern, responsive design with PyAnsys branding, including custom components like a version switcher, search, and navigation. It follows a monthly release cadence.
pip install ansys-sphinx-themeVerified import paths — ran on the pinned version, not inferred.
Basic setup in Sphinx conf.py to use the theme.
Check the new dependency groups in the repository's pyproject.toml and adjust your project dependencies accordingly.
Update Python to 3.10 or later.
Place custom files in `_static` and reference them via `html_css_files` or `html_js_files` in conf.py.
Run `pip install ansys-sphinx-theme` and ensure the correct Python environment is active.
Add `'ansys_sphinx_theme'` to the `extensions` list in your conf.py.
Upgrade Sphinx: `pip install -U sphinx`