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.
2 parents b02a6e5 + ec3708e commit 8ef12d3Copy full SHA for 8ef12d3
.readthedocs.yaml
@@ -0,0 +1,21 @@
1
+# Read the Docs configuration file for Sphinx projects
2
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
+
4
+version: 2
5
6
+build:
7
+ os: ubuntu-22.04
8
+ tools:
9
+ python: "3.12"
10
11
+python:
12
+ install:
13
+ - requirements: Source/Documentation/Manual/requirements.txt
14
15
+sphinx:
16
+ configuration: Source/Documentation/Manual/conf.py
17
18
+formats:
19
+ - htmlzip
20
+ - pdf
21
+ - epub
Source/Documentation/Manual/requirements.txt
@@ -0,0 +1 @@
+sphinx_rtd_theme >= 2.0
0 commit comments