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

chore(ci): Build docs #78

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
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
Loading