diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d3ba84ed84..c28c4d86739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ * Fix printing of tensor in gpu and add validation check for bounds of axis-aligned bounding box (PR #6444) * Python 3.11 support. bump pybind11 v2.6.2 -> v2.11.1 * Check for support of CUDA Memory Pools at runtime (#4679) +* Migrate Open3d documentation to furo theme ✨ (#6470) ## 0.13 diff --git a/docs/conf.py b/docs/conf.py index 23f5ffe796e..d542d032ac1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -136,7 +136,6 @@ def get_git_short_hash(): # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = False - # -- Options for HTML output ---------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for