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 921695d commit 0151c23Copy full SHA for 0151c23
.readthedocs.yaml
@@ -0,0 +1,19 @@
1
+# Read the Docs configuration file
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.9"
11
12
+# Build documentation in the docs/ directory with Sphinx
13
+sphinx:
14
+ configuration: docs/source/conf.py
15
16
+# Optionally declare the Python requirements required to build your docs
17
+python:
18
+ install:
19
+ - requirements: docs/requirements.txt
0 commit comments