Skip to content

Commit f5313af

Browse files
committed
Make configuration file explicit
Read the Docs has deprecated the use of Sphinx projects without an explicit path to the configuration file. This adds the path to `.readthedocs.yaml`. Read more about this at https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/.
1 parent e9e3d9a commit f5313af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ python:
1515
sphinx:
1616
builder: html
1717
fail_on_warning: true
18+
configuration: docs/conf.py
1819

1920
# Also build PDF & ePub
2021
formats:

0 commit comments

Comments
 (0)