File tree Expand file tree Collapse file tree 1 file changed +9
-21
lines changed Expand file tree Collapse file tree 1 file changed +9
-21
lines changed Original file line number Diff line number Diff line change 11# Read the Docs configuration file for Sphinx projects
2-
32# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
43
5-
64# Required
75
86version : 2
97
10-
118# Set the OS, Python version and other tools you might need
12-
139build :
14-
1510 os : ubuntu-22.04
16-
1711 tools :
18-
1912 python : " 3.12"
2013
2114# Build documentation in the "docs/" directory with Sphinx
22-
2315sphinx :
24-
2516 configuration : docs/conf.py
2617
27- # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
28-
29- # builder: "dirhtml"
30-
31- # Fail on all warnings to avoid broken references
32-
33- # fail_on_warning: true
34-
35-
3618# Optionally build your docs in additional formats such as PDF and ePub
37-
3819formats :
39-
4020 - pdf
4121
42- # - epub
22+ # Optional but recommended, declare the Python requirements required
23+ # to build your documentation
24+ # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
25+
26+ python :
27+ install :
28+ - requirements : requirements.txt
29+
30+ # end of file
You can’t perform that action at this time.
0 commit comments