Commit Graph

5 Commits

Author SHA1 Message Date
Max Hilbrunner
64a3b465c2 Update SFC to Godot Foundation, old URLs 2023-04-17 23:53:52 +02:00
Hugo Locurcio
c60abb849e Revert "Default to parallel builds in Sphinx for faster builds"
This reverts commit 309a4382c9.

Per #3239, it turns out parallel builds use too much RAM for the
average PC out there.

This closes #3239.
2020-03-04 09:41:32 +01:00
Hugo Locurcio
309a4382c9 Default to parallel builds in Sphinx for faster builds
`-j auto` detects the number of CPU threads automatically.

This partially addresses #2779.
2019-09-22 18:55:45 +02:00
Rémi Verschelde
a0e32ac017 Fix mixed use of tabs and spaces in indented blocks
4-space is our convention for indented blocks and should be used consistently.
The only exception is for C++ code which is tab-indented, as the engine code.
2018-11-20 11:02:11 +01:00
Andrii Doroshenko (Xrayez)
bec93d59e3 Make it easier to build pages for Windows users
Added a batch script to simplify the process of building html pages on
Windows platform. The script was auto-generated by Sphinx.

Allows typing `make html` directly from command line just like in Linux.
2018-01-22 11:46:08 +02:00