Skip to content

Commit 7d31fbf

Browse files
committed
Disable ipynb docs source binding
1 parent 9011a0c commit 7d31fbf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@
6363
# Add any paths that contain custom static files (such as style sheets) here,
6464
# relative to this directory. They are copied after the builtin static files,
6565
# so a file named "default.css" will overwrite the builtin "default.css".
66-
# html_static_path = ['_static']
66+
html_static_path = ['_static']
6767

6868
# JupyterLite
6969
jupyterlite_config = "jupyterlite_config.json"
7070
jupyterlite_contents = ["robot.urdf"]
71-
jupyterlite_dir = "."
71+
jupyterlite_dir = "."
72+
jupyterlite_bind_ipynb_suffix = False

0 commit comments

Comments
 (0)