Skip to content

Commit 0eda2e0

Browse files
authored
Add .readthedocs.yaml (vllm-project#136)
1 parent 211318d commit 0eda2e0

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

.readthedocs.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Read the Docs configuration file
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
6+
build:
7+
os: ubuntu-22.04
8+
tools:
9+
python: "3.8"
10+
11+
sphinx:
12+
configuration: docs/source/conf.py
13+
14+
# If using Sphinx, optionally build your docs in additional formats such as PDF
15+
formats:
16+
- pdf
17+
18+
# Optionally declare the Python requirements required to build your docs
19+
python:
20+
install:
21+
- requirements: docs/requirements-docs.txt

docs/requirements-docs.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
sphinx
2-
sphinx-click
3-
sphinx-copybutton
1+
sphinx == 6.2.1
2+
sphinx-book-theme == 1.0.1
3+
sphinx-copybutton == 0.5.2

0 commit comments

Comments
 (0)