Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removes docs and fixed build_docs.sh to only build xml for doxygen #4837

Merged
merged 2 commits into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah great, thanks for removing this too!


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.
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
Loading