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 80a98f6 commit 04363a8Copy full SHA for 04363a8
.readthedocs.yml
@@ -0,0 +1,15 @@
1
+version: 2
2
+formats: all
3
+sphinx:
4
+ configuration: docs/conf.py
5
+ fail_on_warning: true
6
+build:
7
+ os: ubuntu-22.04
8
+ tools:
9
+ # For available versions, see:
10
+ # https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python
11
+ python: "3.10" # Keep in sync with .github/workflows/main.yml
12
+python:
13
+ install:
14
+ - requirements: docs/requirements.txt
15
+ - path: .
0 commit comments