diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fd0e52242bf..5c03d8c70c0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,7 @@ version: 2 build: - os: "ubuntu-22.04" + os: ubuntu-22.04 tools: python: "3.8" @@ -15,6 +15,5 @@ sphinx: configuration: docs/conf.py python: - version: 3.8 install: - requirements: requirements/doc.txt