From 97233a0dc0efc67c4d75ad266e525784c622a5e5 Mon Sep 17 00:00:00 2001 From: Ramakrishna Prabhu Date: Fri, 20 Mar 2026 16:24:39 -0500 Subject: [PATCH 1/2] disbale runing --- docs/cuopt/source/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/cuopt/source/conf.py b/docs/cuopt/source/conf.py index 6f1516840..85b50560c 100644 --- a/docs/cuopt/source/conf.py +++ b/docs/cuopt/source/conf.py @@ -94,6 +94,10 @@ nbsphinx_execute = "never" ipython_mplbackend = "str" +# GPU routing example: execution during Sphinx can fail when CUDA/CuPy don't match the +# docs env. The notebook sets mystnb.execution_mode=off and ships checked-in outputs. +nb_execution_excludepatterns = ["cuopt-python/routing/routing-example.ipynb"] + # Add any files to exclude from the build exclude_patterns = ["hidden"] From c98e42e716ea0dd60cbc8204cfe8551b9b9156ea Mon Sep 17 00:00:00 2001 From: Ramakrishna Prabhu Date: Fri, 20 Mar 2026 16:32:29 -0500 Subject: [PATCH 2/2] disbale runing --- docs/cuopt/source/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/cuopt/source/conf.py b/docs/cuopt/source/conf.py index 85b50560c..878c34d6c 100644 --- a/docs/cuopt/source/conf.py +++ b/docs/cuopt/source/conf.py @@ -94,8 +94,9 @@ nbsphinx_execute = "never" ipython_mplbackend = "str" -# GPU routing example: execution during Sphinx can fail when CUDA/CuPy don't match the -# docs env. The notebook sets mystnb.execution_mode=off and ships checked-in outputs. +# GPU routing example: Sphinx execution can fail when CUDA/CuPy don't match the docs +# environment. Listed paths are skipped by myst-nb; this notebook is rendered from +# checked-in cell outputs. nb_execution_excludepatterns = ["cuopt-python/routing/routing-example.ipynb"] # Add any files to exclude from the build