File tree Expand file tree Collapse file tree 3 files changed +25
-9
lines changed Expand file tree Collapse file tree 3 files changed +25
-9
lines changed Original file line number Diff line number Diff line change
1
+
2
+
3
+ # Read the Docs configuration file
4
+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
5
+
6
+ # Required
7
+ version : 2
8
+
9
+ # Set the OS, Python version, and other tools you might need
10
+ build :
11
+ os : ubuntu-24.04
12
+ tools :
13
+ python : " 3.12"
14
+
15
+ # Build documentation with Mkdocs
16
+ mkdocs :
17
+ configuration : mkdocs.yml
18
+
19
+ python :
20
+ install :
21
+ - method : pip
22
+ path : .
23
+ extra_requirements :
24
+ - dev
Original file line number Diff line number Diff line change 1
1
site_name : LLM Compressor Docs
2
2
site_description : Documentation for LLM Compressor, an easy-to-use library for compressing large language models for deployment with vLLM.
3
- site_url : https://vllm-project.github.io /llm-compressor
3
+ site_url : https://docs. vllm.ai/projects /llm-compressor
4
4
repo_url : https://github.com/vllm-project/llm-compressor
5
5
edit_uri : https://github.com/vllm-project/llm-compressor/tree/main/docs
6
6
@@ -88,7 +88,6 @@ plugins:
88
88
- gen-files :
89
89
scripts :
90
90
- docs/scripts/gen_files.py
91
- - mike
92
91
- minify :
93
92
minify_html : true
94
93
- mkdocs-nav-weight
@@ -105,12 +104,6 @@ plugins:
105
104
106
105
extra :
107
106
generator : false
108
- version :
109
- provider : mike
110
- alias : true
111
- default :
112
- - stable
113
- - development
114
107
115
108
extra_css :
116
109
- stylesheets/style.css
Original file line number Diff line number Diff line change @@ -158,7 +158,6 @@ def localversion_func(version: ScmVersion) -> str:
158
158
# docs
159
159
"mkdocs" ,
160
160
"mkdocs-material[imaging]" ,
161
- "mike" ,
162
161
"markdown" ,
163
162
"pymdown-extensions" ,
164
163
"mkdocs-section-index" ,
You can’t perform that action at this time.
0 commit comments