Skip to content

Commit cfb1de7

Browse files
Create sphinx.configuration key in .readthedocs.yaml
1 parent 296f218 commit cfb1de7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.readthedocs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ python:
1818
- method: pip
1919
path: .
2020
- requirements: docs/docs_requirements.txt
21+
22+
# sphinx.configuration required from Jan 2025:
23+
# https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/
24+
sphinx:
25+
# Path to your Sphinx configuration file.
26+
configuration: docs/source/conf.py

0 commit comments

Comments
 (0)