diff --git a/.readthedocs.yml b/.readthedocs.yml index 530eb5a..bbfbc02 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,6 +1,7 @@ version: 2 +sphinx: + configuration: conf.py python: version: 3 install: - - method: pip - path: . + - requirements: requirements.txt