We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825d898 commit 753cbd1Copy full SHA for 753cbd1
1 file changed
.readthedocs.yml
@@ -2,13 +2,17 @@
2
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
version: 2
4
5
-mkdocs:
6
- configuration: mkdocs.yml
+build:
+ os: ubuntu-22.04
7
+ tools:
8
+ python: "3.11"
9
10
python:
- version: 3.8
11
install:
12
- method: pip
13
path: .
14
extra_requirements:
15
- docs
16
+
17
+mkdocs:
18
+ configuration: mkdocs.yml
0 commit comments