Skip to content

Commit

Permalink
added "-v" option to shpinx build and removed external packages in "D…
Browse files Browse the repository at this point in the history
…ownloading artifacts from previous jobs" section
  • Loading branch information
BradReesWork committed Oct 25, 2023
1 parent 9c04a19 commit c2eb39c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ rapids-mamba-retry install \
cugraph-pyg \
cugraph-service-server \
cugraph-service-client \
libcugraph_etl \
pylibwholegraph
libcugraph_etl

# This command installs `cugraph-dgl` without its dependencies
# since this package can currently only run in `11.6` CTK environments
Expand Down Expand Up @@ -62,8 +61,8 @@ pushd docs/cugraph
# Ensure cugraph is importable, since sphinx does not report details about this
# type of failure well.
python -c "import cugraph; print(f'Using cugraph: {cugraph}')"
sphinx-build -b dirhtml source _html
sphinx-build -b text source _text
sphinx-build -v -b dirhtml source _html
sphinx-build -v -b text source _text
mkdir -p "${RAPIDS_DOCS_DIR}/cugraph/"{html,txt}
mv _html/* "${RAPIDS_DOCS_DIR}/cugraph/html"
mv _text/* "${RAPIDS_DOCS_DIR}/cugraph/txt"
Expand Down

0 comments on commit c2eb39c

Please sign in to comment.