Skip to content

Commit bcbb888

Browse files
committed
Fix ReadTheDocs builds
We now need to explicitly declare that we use sphinx, otherwise the RTD build fails. See https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/
1 parent 858516e commit bcbb888

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
version: 2
3+
sphinx:
4+
configuration: docs/conf.py
35
build:
46
os: ubuntu-22.04
57
tools:

0 commit comments

Comments
 (0)