Skip to content

Commit b8e4e5f

Browse files
committed
Update readthedocs configuration file.
1 parent 0ead51a commit b8e4e5f

File tree

1 file changed

+9
-21
lines changed

1 file changed

+9
-21
lines changed

.readthedocs.yaml

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,30 @@
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

86
version: 2
97

10-
118
# Set the OS, Python version and other tools you might need
12-
139
build:
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-
2315
sphinx:
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-
3819
formats:
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

0 commit comments

Comments
 (0)