Update .readthedocs.yaml

Fixing requirements for docs build
This commit is contained in:
Jamie Hardt
2023-02-26 11:13:46 -08:00
committed by GitHub
parent f268feff40
commit 037a1f8333

View File

@@ -26,4 +26,7 @@ formats:
#Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements.txt
- method: pip
path: .
extra_requirements:
- docs