Document setup for previewing documentation locally
This commit is contained in:
parent
edfe6c18c3
commit
f2e309df91
1 changed files with 9 additions and 0 deletions
|
@ -30,6 +30,15 @@ In doing documentation we are living our [values](values) of encouraging continu
|
||||||
|
|
||||||
## Local preview
|
## Local preview
|
||||||
|
|
||||||
|
### Setup
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt install python3-sphinx
|
||||||
|
pip3 install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
### Generating
|
||||||
|
|
||||||
Running this documentation locally:
|
Running this documentation locally:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue