Closed Rotzbua closed 10 months ago
Exhale fails to run with sphinx 7 because the requirements does not allow the latest exhale version to be installed:
install_requires = From breathe==4.32.0 Sphinx>=3.0,<7
install_requires =
Sphinx>=3.0,<7
For this reason pip installs an older exhale version 0.2.4 which is incompatible with sphinx 7.
pip
Allow exhale 0.3.6 to run with sphinx 7. Tested and works (sphinx==7.2.6).
Fixed by #200
Problem
Exhale fails to run with sphinx 7 because the requirements does not allow the latest exhale version to be installed:
For this reason
pip
installs an older exhale version 0.2.4 which is incompatible with sphinx 7.Solution
Allow exhale 0.3.6 to run with sphinx 7. Tested and works (sphinx==7.2.6).
Fixed by #200