Skip to content

Commit 66b8b97

Browse files
committed
Update readthedocs setup
1 parent 155dedf commit 66b8b97

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.readthedocs.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ python:
1717
install:
1818
- method: pip
1919
path: .
20-
extra_requirements:
21-
- docs
20+
- requirements: docs/requirements.txt
2221

2322
submodules:
2423
include: all

docs/requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
mkdocs
2+
mkdocs-material
3+
mkdocstrings[python]

pyproject.toml

+1-6
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,4 @@ requires = [
4141
"cmake>=3.18",
4242
"ninja",
4343
]
44-
build-backend = "setuptools.build_meta"
45-
46-
[project.optional-dependencies]
47-
server = ["uvicorn", "fastapi", "sse-starlette"]
48-
test = ["pytest"]
49-
docs = ["mkdocs", "mkdocstrings[python]", "mkdocs-material"]
44+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)