ess-dmsc / h5cpp

C++ wrapper for the HDF5 C-library
https://ess-dmsc.github.io/h5cpp/
GNU Lesser General Public License v2.1
116 stars 19 forks source link

documentation build fails in the ESS ubuntu container #644

Open jkotan opened 5 months ago

jkotan commented 5 months ago

The documentation build fails in the ESS ubuntu container with the following error

Sphinx version error:
The sphinxcontrib.applehelp extension used by this project needs at least Sphinx v5.0; it therefore cannot be built with this version.
make[3]: *** [doc/CMakeFiles/users_guide.dir/build.make:148: doc/sphinx.stamp] Error 2
make[2]: *** [CMakeFiles/Makefile2:885: doc/CMakeFiles/users_guide.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:839: doc/CMakeFiles/html.dir/rule] Error 2
make: *** [Makefile:218: html] Error 2
script returned exit code 2

It looks like the sphinxcontrib package version is not compatible with the sphinx version, i.e. https://github.com/sphinx-doc/sphinx/issues/11890