Skip to content

Files

Latest commit

 

History

History
This branch is up to date with nv-morpheus/Morpheus:branch-23.11.

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:

export CUDA_VER=11.8
mamba install -n base -c conda-forge conda-merge
conda run -n base --live-stream conda-merge docker/conda/environments/cuda${CUDA_VER}_dev.yml \
  docs/conda_docs.yml > .tmp/merged.yml \
  && mamba env update -n ${CONDA_DEFAULT_ENV} --file .tmp/merged.yml

Build Morpheus and Documentation

CMAKE_CONFIGURE_EXTRA_ARGS="-DMORPHEUS_BUILD_DOCS=ON" ./scripts/compile.sh --target morpheus_docs

Outputs to build/docs/html