Skip to content

Commit

Permalink
mod docs readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bagustris committed Mar 14, 2024
1 parent 1cfbb09 commit 12625b2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Nkululeko documentation

# How to run documentation locally
## Documentation URL: [https://nkululeko.readthedocs.io/en/latest/](https://nkululeko.readthedocs.io/en/latest/)

## How to run locally
```bash
# Install requirements
# Install requirements (from docs directory)
$ pip install -r requirements.txt
$ make html
```

And then check the built html in `build/html/index.html`
And then check the built HTML in `build/html/index.html`

```bash
$ firefox build/html/index.html
```
```
If found any issues, please report them [here](https://github.com/felixbur/nkululeko/issues).

0 comments on commit 12625b2

Please sign in to comment.