Skip to content

Commit ae85df8

Browse files
committed
Specify Sphinx configuration path in readthedocs.yml
Added the 'sphinx.configuration' key to explicitly set the path to the Sphinx config file as 'docs/conf.py' for Read the Docs builds.
1 parent 599c46b commit ae85df8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readthedocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
version: 2
2+
sphinx:
3+
# Path to your Sphinx configuration file.
4+
configuration: docs/conf.py
25
build:
36
os: "ubuntu-22.04"
47
tools:

0 commit comments

Comments
 (0)