We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037a4c8 commit 41ea184Copy full SHA for 41ea184
ci/build_docs.sh
@@ -29,10 +29,8 @@ export RAPIDS_DOCS_DIR="$(mktemp -d)"
29
rapids-logger "Build Python docs"
30
pushd docs
31
sphinx-build -b dirhtml ./source _html
32
-sphinx-build -b text ./source _text
33
-mkdir -p "${RAPIDS_DOCS_DIR}/dask-cuda/"{html,txt}
+mkdir -p "${RAPIDS_DOCS_DIR}/dask-cuda/"html
34
mv _html/* "${RAPIDS_DOCS_DIR}/dask-cuda/html"
35
-mv _text/* "${RAPIDS_DOCS_DIR}/dask-cuda/txt"
36
popd
37
38
rapids-upload-docs
0 commit comments