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 155dedf

Browse filesBrowse files
committed
Add readthedocsc config
1 parent 5193af2 commit 155dedf
Copy full SHA for 155dedf

File tree

Expand file treeCollapse file tree

2 files changed

+30
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+30
-0
lines changed

‎.readthedocs.yaml

Copy file name to clipboard
+25Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Read the Docs configuration file for MkDocs projects
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
# Required
5+
version: 2
6+
7+
# Set the version of Python and other tools you might need
8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.11"
12+
13+
mkdocs:
14+
configuration: mkdocs.yml
15+
16+
python:
17+
install:
18+
- method: pip
19+
path: .
20+
extra_requirements:
21+
- docs
22+
23+
submodules:
24+
include: all
25+
recursive: true

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,8 @@ requires = [
4242
"ninja",
4343
]
4444
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"]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.