Update readthedocs setup
This commit is contained in:
parent
155dedf28f
commit
66b8b979a5
3 changed files with 5 additions and 8 deletions
|
@ -17,8 +17,7 @@ python:
|
|||
install:
|
||||
- method: pip
|
||||
path: .
|
||||
extra_requirements:
|
||||
- docs
|
||||
- requirements: docs/requirements.txt
|
||||
|
||||
submodules:
|
||||
include: all
|
||||
|
|
3
docs/requirements.txt
Normal file
3
docs/requirements.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
mkdocs
|
||||
mkdocs-material
|
||||
mkdocstrings[python]
|
|
@ -41,9 +41,4 @@ requires = [
|
|||
"cmake>=3.18",
|
||||
"ninja",
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project.optional-dependencies]
|
||||
server = ["uvicorn", "fastapi", "sse-starlette"]
|
||||
test = ["pytest"]
|
||||
docs = ["mkdocs", "mkdocstrings[python]", "mkdocs-material"]
|
||||
build-backend = "setuptools.build_meta"
|
Loading…
Reference in a new issue