diff --git a/.readthedocs.yml b/.readthedocs.yml index 53db133..7718265 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,6 +4,12 @@ build: os: ubuntu-22.04 tools: python: "3.8" + jobs: + install: + - pip install .[docs] + +sphinx: + configuration: docs/conf.py python: install: