You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually the .. cmake-module:: sphinx directive does not work on my machine.
More precisely it does not include ../../base.cmake as it supposed to be.
And the corresponding documentation is not included.
Regarding the current state of the documentation website, it seems that it was not working before.
When going in
.docs
the following:make html
is failing with:
Googling the error, it is because
.docs/cmake.py
is outdated.The
cmake
version on Ubuntu 24.04 LTS is 3.28.3, then from:https://github.com/Kitware/CMake/blob/v3.28.3/Utilities/Sphinx/cmake.py
I updated locally the file
cmake.py
.It creates the following error on
conf.py
:It can be easily fix by using
add_css_file
instead.I will propose a PR to fix the matter.
Let me know if this update is problematic.
The text was updated successfully, but these errors were encountered: