File tree Expand file tree Collapse file tree 2 files changed +31
-9
lines changed Expand file tree Collapse file tree 2 files changed +31
-9
lines changed Original file line number Diff line number Diff line change
1
+ # .readthedocs.yaml
2
+
3
+ # Read the Docs configuration file for Sphinx projects
4
+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
5
+
6
+ # Required
7
+ version : 2
8
+
9
+ # Set the OS, Python version and other tools you might need
10
+ build :
11
+ os : ubuntu-22.04
12
+ tools :
13
+ python : " 3.12"
14
+ # You can also specify other tool versions
15
+
16
+ # Build documentation in the root directory with Sphinx
17
+ sphinx :
18
+ configuration : ./conf.py
19
+
20
+ # Optionally build additional formats such as PDF and ePub
21
+ formats :
22
+ - htmlzip
23
+ # - pdf
24
+ - epub
25
+
26
+ # Optional but recommended, declare the Python requirements required
27
+ # to build your documentation
28
+ # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
29
+ python :
30
+ install :
31
+ - requirements : ./requirements.txt
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments