From eafb54be44a034bdd4fe41dd5db3860f8b2374ff Mon Sep 17 00:00:00 2001 From: Brad Rees <34135411+BradReesWork@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:24:37 -0500 Subject: [PATCH] Update docs/cugraph/source/conf.py Co-authored-by: AJ Schmidt --- docs/cugraph/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cugraph/source/conf.py b/docs/cugraph/source/conf.py index 6c4b1e2edf0..3f7ef7deb03 100644 --- a/docs/cugraph/source/conf.py +++ b/docs/cugraph/source/conf.py @@ -208,7 +208,7 @@ def setup(app): ) breathe_projects = { - 'libcugraph': '../libcugraph/_xml', + 'libcugraph': os.environ['XML_DIR_LIBCUGRAPH'], 'libcugraphops': os.environ['XML_DIR_LIBCUGRAPHOPS'], 'libwholegraph': os.environ['XML_DIR_LIBWHOLEGRAPH'] }