Skip to content

Commit

Permalink
fix: fix the readthedocs config (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan authored Jan 30, 2025
1 parent bf41750 commit e767ae9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ build:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make mypy doc-coverage
os: ubuntu-24.04
tools:
python: '3.12'
python: "3.12"
sphinx:
configuration: docs/conf.py
fail_on_warning: true
version: 2
3 changes: 2 additions & 1 deletion template/.readthedocs.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ build:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make mypy doc-coverage
os: ubuntu-24.04
tools:
python: '{{ default_py }}'
python: "{{ default_py }}"
sphinx:
configuration: docs/conf.py
fail_on_warning: true
version: 2

0 comments on commit e767ae9

Please sign in to comment.