mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Some styling and wording fixes in README.md
python -> Python where appropriate.
(cherry picked from commit 8d4a6f4b0e)
This commit is contained in:
committed by
Rémi Verschelde
parent
46153bd6e5
commit
a97a95aa42
@@ -48,6 +48,7 @@ pip3 install sphinx_rtd_theme
|
||||
```
|
||||
|
||||
You can then build the HTML documentation from the root folder of this repository with:
|
||||
|
||||
```sh
|
||||
make html
|
||||
```
|
||||
@@ -58,9 +59,9 @@ You can then test the changes live by opening `_build/html/index.html` in your f
|
||||
### Building with Sphinx on Windows
|
||||
|
||||
On Windows, you need to:
|
||||
* Download the python installer [here](https://www.python.org/downloads/).
|
||||
* Install python. Don't forget to check the "Add python to PATH" box.
|
||||
* Use the above pip commands.
|
||||
* Download the Python installer [here](https://www.python.org/downloads/).
|
||||
* Install Python. Don't forget to check the "Add Python to PATH" box.
|
||||
* Use the above `pip` commands.
|
||||
|
||||
Building is still done at the root folder of this repository, but with this command line instead:
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user