Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Building Documentation

Additional packages required for building the documentation are defined in ./conda_docs.yml.

Install Additional Dependencies

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

Build Morpheus and Documentation

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.