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 c1c71b4 commit 6fa6c67Copy full SHA for 6fa6c67
.readthedocs.yaml
@@ -0,0 +1,20 @@
1
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
2
+
3
+# Required
4
+version: 2
5
6
+# Set the version of Python and other tools you might need
7
+build:
8
+ os: ubuntu-22.04
9
+ tools:
10
+ python: "3.11"
11
12
+# Build documentation in the docs/ directory with Sphinx
13
+sphinx:
14
+ configuration: docs/source/conf.py
15
16
+# We recommend specifying your dependencies to enable reproducible builds:
17
+# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
18
+python:
19
+ install:
20
+ - requirements: testapp/requirements.txt
0 commit comments