We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02eb081 commit 1c02ba0Copy full SHA for 1c02ba0
.readthedocs.yaml
@@ -1,14 +1,15 @@
1
-# .readthedocs.yaml (version 2)
2
-version: 2
+# .readthedocs.yml
+# Read the Docs configuration file
3
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
-build:
5
- environment:
6
- GITHUB_API_TOKEN: ${GITHUB_API_TOKEN}
+version: 2
7
8
sphinx:
9
- configuration: docs/conf.py
+ builder: html
+ configuration: doc/conf.py
10
+ fail_on_warning: True
11
-python:
12
- version: 3.8
13
- install:
14
- - requirements: docs/requirements.txt
+build:
+ os: "ubuntu-22.04"
+ tools:
15
+ python: "3.12"
0 commit comments