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 00ebb83 commit 2749f2eCopy full SHA for 2749f2e
2 files changed
.readthedocs.yaml
@@ -0,0 +1,31 @@
1
+# .readthedocs.yaml
2
+# Read the Docs configuration file
3
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
+
5
+version: 2
6
7
+build:
8
+ os: ubuntu-22.04
9
+ tools:
10
+ python: "3.11"
11
+ apt_packages:
12
+ - libsdl2-dev
13
14
+submodules:
15
+ include: all
16
17
+# Build documentation in the docs/ directory with Sphinx
18
+sphinx:
19
+ configuration: docs/conf.py
20
+ fail_on_warning: true
21
22
+# If using Sphinx, optionally build your docs in additional formats such as PDF
23
+# formats:
24
+# - pdf
25
26
+# Optionally declare the Python requirements required to build your docs
27
+python:
28
+ install:
29
+ - requirements: docs/requirements.txt
30
+ - method: pip
31
+ path: .
.readthedocs.yml
0 commit comments