Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 66b8b97

Browse filesBrowse files
committed
Update readthedocs setup
1 parent 155dedf commit 66b8b97
Copy full SHA for 66b8b97

File tree

Expand file treeCollapse file tree

3 files changed

+5
-8
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+5
-8
lines changed

‎.readthedocs.yaml

Copy file name to clipboardExpand all lines: .readthedocs.yaml
+1-2Lines changed: 1 addition & 2 deletions
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

Copy file name to clipboard
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
mkdocs
2+
mkdocs-material
3+
mkdocstrings[python]

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1-6Lines changed: 1 addition & 6 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.