From bffb15e5cccfc5d63f082caedbf1edce5e758ca3 Mon Sep 17 00:00:00 2001 From: Isabel Paredes Date: Thu, 24 Aug 2023 15:12:45 +0200 Subject: [PATCH] Disable ipynb docs source binding --- docs/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d195bb0..31cf27b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,9 +63,10 @@ # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -# html_static_path = ['_static'] +html_static_path = ['_static'] # JupyterLite jupyterlite_config = "jupyterlite_config.json" jupyterlite_contents = ["robot.urdf"] -jupyterlite_dir = "." \ No newline at end of file +jupyterlite_dir = "." +jupyterlite_bind_ipynb_suffix = False