diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d858432ce..e4f58caaa 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,8 +12,8 @@ build: python: "3.12" jobs: post_install: - - pip install '.[dev]' - - apt update && apt install -y pandoc graphviz + - python -m pip install '.[dev]' + - sudo apt update && sudo apt install -y pandoc graphviz # You can also specify other tool versions: # nodejs: "19" # rust: "1.64"