Skip to content

Commit d10f955

Browse files
Fix ReadTheDocs config (#169)
ReadTheDocs failed to build due to missing configuration key as mentioned here: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ Additionally, update the OS & Python version.
1 parent 605485e commit d10f955

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
version: 2
22

33
build:
4-
os: ubuntu-20.04
4+
os: ubuntu-22.04
55
tools:
6-
python: "3.9"
6+
python: "3.12"
7+
8+
sphinx:
9+
configuration: docs/source/conf.py
710

811
python:
912
install:

0 commit comments

Comments
 (0)