Skip to content

Commit

Permalink
Disable ipynb docs source binding
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Aug 24, 2023
1 parent 9011a0c commit bffb15e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "."
jupyterlite_dir = "."
jupyterlite_bind_ipynb_suffix = False

0 comments on commit bffb15e

Please sign in to comment.