Skip to content

Commit cba1176

Browse files
Update .readthedocs.yaml
1 parent 53365a4 commit cba1176

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.readthedocs.yaml

+11-12
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
1-
# .readthedocs.yaml
2-
# Read the Docs configuration file
1+
# Read the Docs configuration file for Sphinx projects
32
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
43

54
# Required
65
version: 2
76

8-
# Set the version of Python and other tools you might need
7+
# Set the OS, Python version and other tools you might need
98
build:
10-
os: ubuntu-20.04
9+
os: ubuntu-22.04
1110
tools:
12-
python: "3.9"
11+
python: "3.12"
1312

14-
# Build documentation in the docs/ directory with Sphinx
13+
# Build documentation in the "docs/" directory with Sphinx
1514
sphinx:
16-
configuration: docs/conf.py
15+
configuration: docs/conf.py
1716

18-
# If using Sphinx, optionally build your docs in additional formats such as PDF
17+
# Optionally build your docs in additional formats such as PDF and ePub
1918
formats:
20-
- pdf
19+
- pdf
20+
- epub
2121

22-
# Optionally declare the Python requirements required to build your docs
2322
python:
24-
install:
25-
- requirements: docs/requirements.txt
23+
install:
24+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)