Skip to content

Commit cb8e1aa

Browse files
committed
Update the read-the-docs configuration yaml file.
Read-the-docs now requires explicit specification of the sphinx configuration file (conf.py) in the .readthedocs.yaml file: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ Also updating the Python version.
1 parent 7bd849d commit cb8e1aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
version: 2
22
formats: all
33

4+
sphinx:
5+
configuration: docs/source/conf.py
6+
47
build:
58
os: ubuntu-22.04
69
tools:
7-
python: "3.8"
10+
python: "3.12"
811

912

1013
python:

0 commit comments

Comments
 (0)