Skip to content

Commit

Permalink
Fix readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Oct 30, 2024
1 parent 1c54061 commit 5c76a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
build:
os: ubuntu-22.04
tools:
python: '3.11'
python: '3.12'
formats:
- epub
python:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"gen-docs": "poetry run sphinx-build -T -E -b html -d docs/_build/doctrees -D language=en docs docs/_build/html",
"gen-manpage": "poetry run sphinx-build -T -E -b man -d docs/_build/doctrees -D language=en docs man",
"mypy": "env PYTHONWARNINGS=ignore poetry run mypy",
"qa": "yarn mypy . && yarn pyright . && yarn ruff . && yarn check-formatting && yarn check-spelling",
"qa": "yarn mypy . && poetry run yarn pyright . && yarn ruff . && yarn check-formatting && yarn check-spelling",
"ruff": "poetry run ruff check",
"ruff:fix": "poetry run ruff check --fix",
"test": "poetry run pytest",
Expand Down

0 comments on commit 5c76a68

Please sign in to comment.