Skip to content

Commit cbd44fc

Browse files
authored
Fix .readthedocs.yaml again
https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ I put the `configuration` bit in the wrong spot
1 parent 7f15b4f commit cbd44fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
version: "2"
22

3-
sphinx:
4-
configuration: docs/source/conf.py
5-
63
build:
74
os: "ubuntu-22.04"
85
tools:
@@ -15,4 +12,5 @@ python:
1512
path: .
1613

1714
sphinx:
15+
configuration: docs/source/conf.py
1816
fail_on_warning: true

0 commit comments

Comments
 (0)