File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ function sed_runner() {
4242sed_runner ' s/' " CUGRAPH VERSION .* LANGUAGES C CXX CUDA)" ' /' " CUGRAPH VERSION ${NEXT_FULL_TAG} LANGUAGES C CXX CUDA)" ' /g' cpp/CMakeLists.txt
4343
4444# RTD update
45- sed_runner ' s/version = .*/version = ' " '${NEXT_SHORT_TAG} '" ' /g' docs/source/conf.py
46- sed_runner ' s/release = .*/release = ' " '${NEXT_FULL_TAG} '" ' /g' docs/source/conf.py
45+ sed_runner ' s/version = .*/version = ' " '${NEXT_SHORT_TAG} '" ' /g' docs/cugraph/ source/conf.py
46+ sed_runner ' s/release = .*/release = ' " '${NEXT_FULL_TAG} '" ' /g' docs/cugraph/ source/conf.py
4747
4848for FILE in conda/environments/* .yml; do
4949 sed_runner " s/cudf=${CURRENT_SHORT_TAG} /cudf=${NEXT_SHORT_TAG} /g" ${FILE} ;
5050 sed_runner " s/rmm=${CURRENT_SHORT_TAG} /rmm=${NEXT_SHORT_TAG} /g" ${FILE} ;
5151 sed_runner " s/dask-cuda=${CURRENT_SHORT_TAG} /dask-cuda=${NEXT_SHORT_TAG} /g" ${FILE} ;
5252 sed_runner " s/dask-cudf=${CURRENT_SHORT_TAG} /dask-cudf=${NEXT_SHORT_TAG} /g" ${FILE} ;
5353 sed_runner " s/cuxfilter=${CURRENT_SHORT_TAG} /cuxfilter=${NEXT_SHORT_TAG} /g" ${FILE} ;
54- done
54+ done
You can’t perform that action at this time.
0 commit comments