File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -42,4 +42,4 @@ uv run mkdocs serve
42
42
```
43
43
44
44
## License
45
- This project is licensed under the Apache License 2.0 - see the [ LICENSE] ( LICENSE ) file for details.
45
+ This project is licensed under the Apache License 2.0 - see the [ LICENSE] ( https://github.com/vllm-project/recipes/blob/main/ LICENSE) file for details.
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ site_url: !ENV READTHEDOCS_CANONICAL_URL
3
3
repo_url : https://github.com/vllm-project/recipes
4
4
edit_uri : edit/main/
5
5
docs_dir : .
6
+ strict : true
6
7
7
8
theme :
8
9
name : material
@@ -33,10 +34,7 @@ theme:
33
34
- content.code.copy
34
35
- content.tabs.link
35
36
- navigation.tracking
36
- - navigation.tabs
37
- - navigation.tabs.sticky
38
37
- navigation.sections
39
- - navigation.prune
40
38
- navigation.top
41
39
- search.highlight
42
40
- search.share
You can’t perform that action at this time.
0 commit comments