mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-14 17:35:39 +02:00
update contributing.md
This commit is contained in:
@@ -135,6 +135,20 @@ other people can use it as well. This section collects some technical
|
||||
information that you will need for updating Catch2's documentation, and
|
||||
possibly some generic advise as well.
|
||||
|
||||
We use mkdocs for documentation and poetry for python environment.
|
||||
first install poetry (you'll need python...)
|
||||
```console
|
||||
pip install poetry
|
||||
```
|
||||
Poetry will install our docs dependencies
|
||||
```console
|
||||
poetry install
|
||||
```
|
||||
serve the docs locally to see your changes
|
||||
```console
|
||||
poetry run mkdocs serve
|
||||
```
|
||||
|
||||
|
||||
### Technicalities
|
||||
|
||||
|
Reference in New Issue
Block a user