diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 254170c8..334b13a3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,6 +16,10 @@ conda: # post_create_environment: # - python setup.py build +python: + install: + - requirements: requirements.txt + sphinx: configuration: docs/source/conf.py