Skip to content

Commit b440e30

Browse files
authored
removes docs and fixed build_docs.sh to only build xml for doxygen (#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
1 parent 53afaba commit b440e30

File tree

130 files changed

+0
-4867
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+0
-4867
lines changed

ci/build_docs.sh

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@ rapids-mamba-retry install \
5252

5353
export RAPIDS_DOCS_DIR="$(mktemp -d)"
5454

55-
# for PROJECT in libwholegraph; do
56-
# rapids-logger "Download ${PROJECT} xml_tar"
57-
# TMP_DIR=$(mktemp -d)
58-
# export XML_DIR_${PROJECT^^}="$TMP_DIR"
59-
# curl "https://d1664dvumjb44w.cloudfront.net/${PROJECT}/xml_tar/${RAPIDS_VERSION_NUMBER}/xml.tar.gz" | tar -xzf - -C "${TMP_DIR}"
60-
# done
61-
6255
rapids-logger "Build CPP docs"
6356
pushd cpp/doxygen
6457
doxygen Doxyfile
@@ -67,14 +60,4 @@ mkdir -p "${RAPIDS_DOCS_DIR}/libcugraph/xml_tar"
6760
tar -czf "${RAPIDS_DOCS_DIR}/libcugraph/xml_tar"/xml.tar.gz -C xml .
6861
popd
6962

70-
rapids-logger "Build Python docs"
71-
pushd docs/cugraph
72-
# Ensure cugraph is importable, since sphinx does not report details about this
73-
# type of failure well.
74-
python -c "import cugraph; print(f'Using cugraph: {cugraph}')"
75-
sphinx-build -b dirhtml source _html
76-
mkdir -p "${RAPIDS_DOCS_DIR}/cugraph/html"
77-
mv _html/* "${RAPIDS_DOCS_DIR}/cugraph/html"
78-
popd
79-
8063
rapids-upload-docs

docs/cugraph/Makefile

Lines changed: 0 additions & 26 deletions
This file was deleted.

docs/cugraph/README.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/cugraph/make.bat

Lines changed: 0 additions & 36 deletions
This file was deleted.

docs/cugraph/source/_static/EMPTY

Whitespace-only changes.
-136 KB
Binary file not shown.

docs/cugraph/source/_static/colab.png

-74.7 KB
Binary file not shown.
Binary file not shown.

docs/cugraph/source/_static/references.css

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/cugraph/source/api_docs/cugraph-dgl/cugraph_dgl.rst

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/cugraph/source/api_docs/cugraph-pyg/cugraph_pyg.rst

Lines changed: 0 additions & 43 deletions
This file was deleted.

docs/cugraph/source/api_docs/cugraph/centrality.rst

Lines changed: 0 additions & 71 deletions
This file was deleted.

docs/cugraph/source/api_docs/cugraph/community.rst

Lines changed: 0 additions & 80 deletions
This file was deleted.

docs/cugraph/source/api_docs/cugraph/components.rst

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)