We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2015d74 commit 3cf0d3cCopy full SHA for 3cf0d3c
1 file changed
.readthedocs.yaml
@@ -6,15 +6,16 @@
6
version: 2
7
8
# Set the version of Python and other tools you might need
9
-# build:
10
-# os: ubuntu-22.04
11
-# tools:
12
-# python: "3.10"
+build:
+ os: ubuntu-22.04
+ tools:
+ python: "3.10"
13
14
mkdocs:
15
configuration: mkdocs.yml
16
17
# Optionally declare the Python requirements required to build your docs
18
python:
19
install:
20
- - requirements: docs/requirements.txt
+ - requirements: docs/requirements.txt
21
+
0 commit comments