diff --git a/docs/conf.py b/docs/conf.py index 53301f9..d93c547 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ autoapi_dirs = ["../ordinalgbt"] # location to parse for API reference html_theme = "sphinx_rtd_theme" exclude_patterns = [] - +nb_execution_mode = "off" # -- Options for HTML output ------------------------------------------------- diff --git a/docs/requirements.txt b/docs/requirements.txt index a1c6299..b0d5ca0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,3 +2,5 @@ myst-nb==1.0.0rc0 sphinx sphinx-autoapi sphinx-rtd-theme +shap +scikit-learn \ No newline at end of file