If I want to build the Boost website locally, including its documentation, what commands should I run? Can I use cmake to build the whole website/docs?
Besides, I want to know what tools/methods Boost use to build its website/docs? (Since most of C/C++ projects use Doxygen, Sphinx, or QDoc to do so, but it seems that Boost doesn't belong to one of them)
Hello, Boost Development Team.
I noticed that there are:
which seem related to Boost website/docs.
If I want to build the Boost website locally, including its documentation, what commands should I run? Can I use cmake to build the whole website/docs?
Besides, I want to know what tools/methods Boost use to build its website/docs? (Since most of C/C++ projects use Doxygen, Sphinx, or QDoc to do so, but it seems that Boost doesn't belong to one of them)