From c49cf28bf1b6edb66e039eea57101b0916203d30 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Mon, 1 Jun 2020 10:09:45 -0400 Subject: [PATCH] add customization dependencies --- conda/recipes/rapids-doc-env/meta.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/conda/recipes/rapids-doc-env/meta.yaml b/conda/recipes/rapids-doc-env/meta.yaml index 770ef1c1..00fa3c16 100644 --- a/conda/recipes/rapids-doc-env/meta.yaml +++ b/conda/recipes/rapids-doc-env/meta.yaml @@ -6,14 +6,14 @@ {% set cuda_version = '.'.join(environ.get('CUDA_VERSION', '10.0').split('.')[:2]) %} {% set py_version = environ.get('CONDA_PY', 36) %} -### +### # Versions referenced below are set in `conda/recipe/*versions.yaml` except for # those set above (e.g. `cuda_version`) # -# gpuCI loads the correct file based on the build type (NIGHTLY or RELEASE) in +# gpuCI loads the correct file based on the build type (NIGHTLY or RELEASE) in # `ci/cpu/build.sh` and `ci/axis/*.yaml` # -# Manual builds need to use the `conda build` flag of `-m .yaml` +# Manual builds need to use the `conda build` flag of `-m .yaml` # to set these versions ### @@ -39,7 +39,9 @@ requirements: - python - pip run: + - beautifulsoup4 - doxygen + - jq - nbsphinx - numpydoc - pandoc {{ pandoc_version }}