Skip to content

Commit 851fec8

Browse files
authored
Update docs building instructions in readme
1 parent f0c0829 commit 851fec8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,12 @@ uv run python example.py
133133

134134
### Generating the documentation
135135

136-
If added a new service, create a documentation template under api/services for that service.
136+
If added a new service, create a documentation template under `api/services` for that service.
137137

138138
```bash
139139
cd docs
140-
make html
140+
uv pip install -r requirements.txt
141+
uv run make html
141142
```
142143

143144
### Code style

0 commit comments

Comments
 (0)