We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3483334 commit b3d0addCopy full SHA for b3d0add
.readthedocs.yml
@@ -16,3 +16,9 @@ build:
16
python:
17
install:
18
- requirements: docs/requirements-docs.txt
19
+
20
+# Explicit configuration path is required by Sphinx starting Jan 20, 2025.
21
+# See: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/
22
+version: 2
23
+sphinx:
24
+ configuration: docs/conf.py
0 commit comments