The documentation is built with Sphinx using a rtd theme. The documentation is open sourced to allow the readers to directly contribute on its improvements.
First, make sure you have Sphinx installed. To view the generated HTML before creating a pull request run the following command in the folder where make.bat is located:
C:\Documentation> .\make.bat html
In case not all HTML updated, this could be solved by the following command:
C:\Documentation> .\make.bat clean
If you find anything that could be improved, feel free to create a pull request to the master branch.