https://github.com/tstellar created https://github.com/llvm/llvm-project/pull/204002
Only the man page build was broken, because it still uses rst files. However, newer version of sphinx (I tested with 8.2.3) build fine without this empty file. >From ff6f5eaa68a69228f6b8b44e1eb73899c04fdd39 Mon Sep 17 00:00:00 2001 From: Tom Stellard <[email protected]> Date: Mon, 15 Jun 2026 21:47:43 +0000 Subject: [PATCH] [lldb][docs] Add empty index.rst file to fix build with sphinx 7.2.6 Only the man page build was broken, because it still uses rst files. However, newer version of sphinx (I tested with 8.2.3) build fine without this empty file. --- lldb/docs/index.rst | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 lldb/docs/index.rst diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst new file mode 100644 index 0000000000000..e69de29bb2d1d _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
