Closed
Description
Tested versions
System information
Godot v4.3.rc (3e0c10d) - Windows 10.0.22621 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2060 with Max-Q Design (NVIDIA; 30.0.15.1278) - AMD Ryzen 9 4900HS with Radeon Graphics (16 Threads)
Issue description
When running the editor with the --doctool
option from the command line, the program loads the docs and erases the old docs, but it stalls for >1 hour on "Generating new docs...". I assume this is a long-running operation, but the wait time seems excessively long, and there is no indication of progress.
I was looking into updating some class reference documentation by following this guide, but it didn't mention how long the doctool is expected to run or if there were any required build options for the doctool to work.
Steps to reproduce
- Clone the Godot repository
- Build with
scons .
- Run
.\bin\godot.windows.editor.x86_64.exe --doctool
- Wait...
Minimal reproduction project (MRP)
N/A