mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
doc: Add documentation to contribute
This commit is contained in:
parent
82980a466b
commit
302903b89c
1 changed files with 16 additions and 1 deletions
|
@ -4,6 +4,21 @@ If you learn something useful, please add it to this file.
|
|||
|
||||
# Run the test suite
|
||||
|
||||
```
|
||||
```sh
|
||||
python -m unittest
|
||||
```
|
||||
|
||||
# Build the docs
|
||||
|
||||
```sh
|
||||
pip install -U sphinx furo
|
||||
|
||||
meson -Ddocs=true build
|
||||
# or
|
||||
meson --reconfigure -Ddocs=true build
|
||||
|
||||
ninja -C build docs/en
|
||||
|
||||
python -m http.server 2310 --bind 127.0.0.1 --directory build/docs/en/
|
||||
xdg-open http://127.0.0.1:2310/
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue