We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9011a0c commit 7d31fbfCopy full SHA for 7d31fbf
docs/conf.py
@@ -63,9 +63,10 @@
63
# Add any paths that contain custom static files (such as style sheets) here,
64
# relative to this directory. They are copied after the builtin static files,
65
# so a file named "default.css" will overwrite the builtin "default.css".
66
-# html_static_path = ['_static']
+html_static_path = ['_static']
67
68
# JupyterLite
69
jupyterlite_config = "jupyterlite_config.json"
70
jupyterlite_contents = ["robot.urdf"]
71
-jupyterlite_dir = "."
+jupyterlite_dir = "."
72
+jupyterlite_bind_ipynb_suffix = False
0 commit comments