Skip to content
4 changes: 3 additions & 1 deletion ci/build-test/wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ OUTPUT_DIR="${OUTPUT_DIR:-"/tmp/output"}"

./ci/update-versions.sh "${RELEASE_VERSION:-}"

pip install build pytest
pip install build pytest sphinx numpydoc pydata-sphinx-theme

python -m build \
--outdir "${OUTPUT_DIR}" \
Expand All @@ -18,3 +18,5 @@ for PKG in "${OUTPUT_DIR}/"*; do
pytest
rapids-dependency-file-generator -h # test CLI output
done

make -C docs htmlhelp
2 changes: 0 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@
"navbar_align": "right",
}

html_static_path = ["_static"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]

Expand Down