diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cc06996..ec70fa9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,8 +6,8 @@ build: python: "3.12" jobs: post_install: - - sphinx-build -b gettext . _build/gettext - - sphinx-intl update -p _build/gettext -l en + - python -m sphinx-build -b gettext . _build/gettext + - python -m sphinx-intl update -p _build/gettext -l en sphinx: configuration: docs/conf.py diff --git a/docs/requirements.txt b/docs/requirements.txt index 0557bd5..938e411 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,4 @@ sphinx shibuya sphinx-intl -sphinx-build sphinx-autobuild