Additional packages required for building the documentation are defined in ./conda_docs.yml
.
From the root of the Morpheus repo:
conda env update --solver=libmamba -n morpheus --file conda/environments/dev_cuda-121_arch-x86_64.yaml --prune
CMAKE_CONFIGURE_EXTRA_ARGS="-DMORPHEUS_BUILD_DOCS=ON" ./scripts/compile.sh --target morpheus_docs
Outputs to build/docs/html
If the documentation build is unsuccessful, refer to the Out of Date Build Cache section in Troubleshooting to troubleshoot.