We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1500978 commit 0fd420eCopy full SHA for 0fd420e
.readthedocs.yaml
@@ -0,0 +1,28 @@
1
+---
2
+# .readthedocs.yaml
3
+# Read the Docs configuration file
4
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
5
+
6
+# Required
7
+version: 2
8
9
+# Set the version of Python and other tools you might need
10
+build:
11
+ os: ubuntu-22.04
12
+ tools:
13
+ python: "3.11"
14
15
+# Build documentation in the docs/ directory with Sphinx
16
+sphinx:
17
+ builder: html
18
+ configuration: docs/conf.py
19
20
+formats:
21
+ - pdf
22
+ - epub
23
24
+# We recommend specifying your dependencies to enable reproducible builds:
25
+# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
26
+python:
27
+ install:
28
+ - requirements: docs/rtd-requirements.txt
doc/Makefile doc/GNUmakefile
doc/rtd-requirements.txt
0 commit comments