boostorg / gil

Boost.GIL - Generic Image Library | Requires C++14 since Boost 1.80
https://boostorg.github.io/gil
Boost Software License 1.0
178 stars 164 forks source link

Support newer version of Sphinx #719

Closed sdarwin closed 1 year ago

sdarwin commented 1 year ago

Hi,

The current boostorg/boost bundle has been created using Sphinx version 1.5.6

If upgrading all packages and Sphinx changes to 5.2.1 , the gil docs are slightly broken.

Researched the problems in https://github.com/sphinx-doc/sphinx/issues . After some experimentation, it looks like the fix in this pull request solves the issues.