Skip to content

Commit 9a54d4a

Browse files
committed
RTD: Update to Ubuntu 22 and Python 3.11
1 parent acd5618 commit 9a54d4a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.readthedocs.yml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# .readthedocs.yml
2+
# Read the Docs configuration file
3+
4+
# Details
5+
# - https://docs.readthedocs.io/en/stable/config-file/v2.html
6+
7+
# Required
8+
version: 2
9+
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+
configuration: docs/conf.py
18+
19+
python:
20+
install:
21+
- requirements: docs/requirements.txt
22+
23+
# Optionally build your docs in additional formats such as PDF
24+
# formats:
25+
# - pdf

0 commit comments

Comments
 (0)