File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -42,3 +42,8 @@ requires = [
42
42
" ninja" ,
43
43
]
44
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" ]
You can’t perform that action at this time.
0 commit comments