Add docs on how to contribute to docs (#720)

* Add docs on how to contribute to docs

* Reword some phrases
This commit is contained in:
Mariana Meireles
2022-09-08 11:38:31 +00:00
committed by GitHub
parent 6c80db810f
commit 066ecbe022
2 changed files with 17 additions and 11 deletions

View File

@@ -25,3 +25,7 @@ The `docs` directory in the pyscript repository contains a
[Sphinx](https://www.sphinx-doc.org/) documentation project. Sphinx is a system
that takes plaintext files containing documentation written in Markdown, along with
static files like templates and themes, to build the static end result.
### Build
To learn how to build the docs, head over the [CONTRIBUTING](../CONTRIBUTING.md) page.