diff --git a/.readthedocs.yml b/.readthedocs.yml index 7185142fd..de7f4dcf6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,6 +4,9 @@ build: os: "ubuntu-22.04" tools: python: "3.8" + jobs: + install: + - pip install .[doc] sphinx: configuration: docs/conf.py