Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Furo theme does not handle large output from nbsphinx #6502

Closed
3 tasks done
saurabheights opened this issue Nov 23, 2023 · 0 comments · Fixed by #6504
Closed
3 tasks done

Furo theme does not handle large output from nbsphinx #6502

saurabheights opened this issue Nov 23, 2023 · 0 comments · Fixed by #6504
Labels
bug Not a build issue, this is likely a bug.

Comments

@saurabheights
Copy link
Contributor

Checklist

Describe the issue

The notebook code output for http://www.open3d.org/docs/latest/tutorial/geometry/voxelization.html#Voxel-carving is not truncated as in http://www.open3d.org/docs/latest/tutorial/Advanced/voxelization.html#Voxel-carving.

The change was due to removal of css overrides in https://github.com/isl-org/Open3D/pull/6470/files#diff-bffe98820c75f17b7530290680a5349d714b873c9fde7051d3b10f272fec2196L17

Steps to reproduce the bug

Rebuild docs and check locally.

Error message

No response

Expected behavior

No response

Open3D, Python and System information

- Operating system: Ubuntu 20.04 / macOS 10.15 / Windows 10 64-bit
- Python version: Python 3.8 / output from `import sys; print(sys.version)`
- Open3D version: output from python: `print(open3d.__version__)`
- System architecture: x86 / arm64 / apple-silicon / jetson / rpi
- Is this a remote workstation?: yes or no
- How did you install Open3D?: pip / conda / build from source
- Compiler version (if built from source): gcc 7.5 / clang 7.0

Additional information

I will push the fix soon.

@saurabheights saurabheights added the bug Not a build issue, this is likely a bug. label Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not a build issue, this is likely a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant