Skip to content

Commit e767ae9

Browse files
authored
fix: fix the readthedocs config (#876)
1 parent bf41750 commit e767ae9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ build:
3030
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make mypy doc-coverage
3131
os: ubuntu-24.04
3232
tools:
33-
python: '3.12'
33+
python: "3.12"
3434
sphinx:
35+
configuration: docs/conf.py
3536
fail_on_warning: true
3637
version: 2

template/.readthedocs.yaml.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ build:
3030
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make mypy doc-coverage
3131
os: ubuntu-24.04
3232
tools:
33-
python: '{{ default_py }}'
33+
python: "{{ default_py }}"
3434
sphinx:
35+
configuration: docs/conf.py
3536
fail_on_warning: true
3637
version: 2

0 commit comments

Comments
 (0)