Skip to content

Commit

Permalink
removes docs and fixed build_docs.sh to only build xml for doxygen (#…
Browse files Browse the repository at this point in the history
…4837)

resolves issue rapidsai/cugraph-docs#63

Authors:
  - Don Acosta (https://github.com/acostadon)

Approvers:
  - James Lamb (https://github.com/jameslamb)
  - Brad Rees (https://github.com/BradReesWork)

URL: #4837
  • Loading branch information
acostadon authored Dec 31, 2024
1 parent 53afaba commit b440e30
Show file tree
Hide file tree
Showing 130 changed files with 0 additions and 4,867 deletions.
17 changes: 0 additions & 17 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ rapids-mamba-retry install \

export RAPIDS_DOCS_DIR="$(mktemp -d)"

# for PROJECT in libwholegraph; do
# rapids-logger "Download ${PROJECT} xml_tar"
# TMP_DIR=$(mktemp -d)
# export XML_DIR_${PROJECT^^}="$TMP_DIR"
# curl "https://d1664dvumjb44w.cloudfront.net/${PROJECT}/xml_tar/${RAPIDS_VERSION_NUMBER}/xml.tar.gz" | tar -xzf - -C "${TMP_DIR}"
# done

rapids-logger "Build CPP docs"
pushd cpp/doxygen
doxygen Doxyfile
Expand All @@ -67,14 +60,4 @@ mkdir -p "${RAPIDS_DOCS_DIR}/libcugraph/xml_tar"
tar -czf "${RAPIDS_DOCS_DIR}/libcugraph/xml_tar"/xml.tar.gz -C xml .
popd

rapids-logger "Build Python docs"
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
mkdir -p "${RAPIDS_DOCS_DIR}/cugraph/html"
mv _html/* "${RAPIDS_DOCS_DIR}/cugraph/html"
popd

rapids-upload-docs
26 changes: 0 additions & 26 deletions docs/cugraph/Makefile

This file was deleted.

35 changes: 0 additions & 35 deletions docs/cugraph/README.md

This file was deleted.

36 changes: 0 additions & 36 deletions docs/cugraph/make.bat

This file was deleted.

Empty file removed docs/cugraph/source/_static/EMPTY
Empty file.
Binary file removed docs/cugraph/source/_static/bc_benchmark.png
Binary file not shown.
Binary file removed docs/cugraph/source/_static/colab.png
Binary file not shown.
Binary file not shown.
23 changes: 0 additions & 23 deletions docs/cugraph/source/_static/references.css

This file was deleted.

15 changes: 0 additions & 15 deletions docs/cugraph/source/api_docs/cugraph-dgl/cugraph_dgl.rst

This file was deleted.

43 changes: 0 additions & 43 deletions docs/cugraph/source/api_docs/cugraph-pyg/cugraph_pyg.rst

This file was deleted.

71 changes: 0 additions & 71 deletions docs/cugraph/source/api_docs/cugraph/centrality.rst

This file was deleted.

80 changes: 0 additions & 80 deletions docs/cugraph/source/api_docs/cugraph/community.rst

This file was deleted.

22 changes: 0 additions & 22 deletions docs/cugraph/source/api_docs/cugraph/components.rst

This file was deleted.

Loading

0 comments on commit b440e30

Please sign in to comment.