Author: David Spickett Date: 2025-12-10T09:59:12Z New Revision: 86849629ae15bed4cc1613a1d1e95ba1c9a7aa59
URL: https://github.com/llvm/llvm-project/commit/86849629ae15bed4cc1613a1d1e95ba1c9a7aa59 DIFF: https://github.com/llvm/llvm-project/commit/86849629ae15bed4cc1613a1d1e95ba1c9a7aa59.diff LOG: [lldb][docs] Remove dead link in toctree Fixes warning: index.rst:144: WARNING: toctree contains reference to nonexisting document 'use/python' There used to be such a page but the URL now redirects to "script-driven-debugging" which is in the "Python Reference" section. Added: Modified: lldb/docs/index.rst Removed: ################################################################################ diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst index a981c0ab8d6e9..df8fa4e250456 100644 --- a/lldb/docs/index.rst +++ b/lldb/docs/index.rst @@ -146,7 +146,6 @@ interesting areas to contribute to lldb. :maxdepth: 1 :caption: Scripting LLDB - use/python use/python-reference Python API <python_api> Python Extensions <python_extensions> _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
