diff --git a/.readthedocs.yml b/.readthedocs.yml index 06e08b1..644ef01 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,7 +12,9 @@ build: python: install: - - requirements: docs/requirements-docs.txt + - method: pip + path: . + # - requirements: docs/requirements-docs.txt sphinx: configuration: docs/conf.py \ No newline at end of file