Skip to content

Commit 8024cfa

Browse files
authored
Merge pull request #60 from dihm/fix_rtd_config
Remove deprecated RTD config options.
2 parents 9e3122d + 37592fe commit 8024cfa

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

readthedocs.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
# Required
55
version: 2
66

7+
# Set build environment options
8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.11"
12+
713
# Build documentation in the docs/ directory with Sphinx
814
sphinx:
915
builder: dirhtml
@@ -15,9 +21,8 @@ formats:
1521
- pdf
1622
- epub
1723

18-
# Optionally set the version of Python and requirements required to build your docs
24+
# Optionally set the requirements required to build your docs
1925
python:
20-
version: 3.7
2126
install:
2227
- method: pip
2328
path: .

0 commit comments

Comments
 (0)