diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 98448f7..f47dc8b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,6 +9,7 @@ build: os: ubuntu-20.04 tools: python: "3.10" + system_packages: true # Build documentation in the docs/ directory with Sphinx sphinx: @@ -22,4 +23,3 @@ sphinx: python: install: - requirements: requirements.txt - system_packages: true