diff --git a/.readthedocs.yml b/.readthedocs.yml index 2861da7..45f7256 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,7 +7,7 @@ build: jobs: post_install: - pip install hatch - - pip install -r <(hatch dep show requirements --all) + - pip install .[docs,annlibs] sphinx: configuration: docs/conf.py