Skip to content

Commit 3b4a0da

Browse files
authored
Fix site_url (and therefore sitemap.xml) (#1683)
Same as in vllm-project/vllm#21564 Signed-off-by: Harry Mellor <[email protected]>
1 parent 92cdf63 commit 3b4a0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: LLM Compressor Docs
22
site_description: Documentation for LLM Compressor, an easy-to-use library for compressing large language models for deployment with vLLM.
3-
site_url: https://docs.vllm.ai/projects/llm-compressor
3+
site_url: !ENV READTHEDOCS_CANONICAL_URL
44
repo_url: https://github.com/vllm-project/llm-compressor
55
edit_uri: https://github.com/vllm-project/llm-compressor/tree/main/docs
66

0 commit comments

Comments
 (0)