Skip to content

Commit

Permalink
Add additional doc build requirements (#6)
Browse files Browse the repository at this point in the history
Fixes missing content on doc pages

cc @gigony

Authors:
  - Benjamin Zaitlen (https://github.com/quasiben)

Approvers:
  - https://github.com/jakirkham

URL: #6
  • Loading branch information
quasiben authored Apr 13, 2021
1 parent fe1ebdd commit 407450e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ nvidia-smi
gpuci_logger "Activate conda env"
. /opt/conda/etc/profile.d/conda.sh
conda activate rapids

# TODO: Move installs to docs-build-env meta package
gpuci_conda_retry install -c anaconda markdown beautifulsoup4 jq
pip install sphinx-markdown-tables
gpuci_conda_retry install -c conda-forge markdown beautifulsoup4 jq sphinx-markdown-tables nbsphinx recommonmark numpydoc

gpuci_logger "Check versions"
python --version
Expand Down

0 comments on commit 407450e

Please sign in to comment.