AcademySoftwareFoundation / Imath

Imath is a C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics
https://imath.readthedocs.io
BSD 3-Clause "New" or "Revised" License
356 stars 104 forks source link

Pin RTD sphinx to 5.3 #377

Closed cary-ilm closed 3 months ago

cary-ilm commented 3 months ago

Sphinx handling of html_logo and html_favicon changed in version 6, but changing to the documented logo_url and favicon_url still doesn't work for some reason. But Sphinx 5.3 works, so let's pin to that. This will need to get sorted out at some point, when there's a need to move to a newer sphinx.