diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d25d83ab..f171919e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,8 +9,8 @@ build: python: "3.11" jobs: pre_install: - - sudo apt-get update - - sudo apt-get install graphviz + - apt-get update + - apt-get install graphviz # Build documentation in the docs/ directory with Sphinx