mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
* Streamline “Building the manual with Sphinx” The goal of this commit is to make the instructions in “Building the manual with Sphinx” easier to follow. It does so by 1. Removing items from the prerequisites list that would get installed by requirements.txt anyway. 2. Adding items to the prerequisites list that were missing. 3. Making it possible to follow the instructions by reading them from top to bottom without jumping around. 4. Putting the meat of the instructions into an ordered list (this will make it easier for readers to not lose their place). * Minor English fix for “Building the manual with Sphinx”