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 6cc90f2 commit 5de9d84Copy full SHA for 5de9d84
.readthedocs.yaml
@@ -0,0 +1,18 @@
1
+---
2
+# Read the Docs configuration file for Sphinx projects
3
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
+
5
+version: 2
6
+build:
7
+ os: ubuntu-22.04
8
+ tools:
9
+ python: '3.12'
10
11
+sphinx:
12
+ configuration: docs/source/conf.py
13
+ fail_on_warning: true
14
15
+python:
16
+ install:
17
+ - requirements: dependencies/default/constraints.txt
18
+ - requirements: dependencies/docs/constraints.txt
0 commit comments