Commit Graph

3 Commits

Author SHA1 Message Date
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