diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3362884..d97ae5e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,3 +13,7 @@ build: # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: source/conf.py + +python: + install: + - requirements: requirements.txt