diff --git a/readthedocs.yml b/readthedocs.yml index 2dd8d14..b9e8c0e 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -4,6 +4,6 @@ build: os: "ubuntu-22.04" tools: python: "3.8" - commands: - - pip install . - - pip install -r docs/requirements.txt \ No newline at end of file + +sphinx: + configuration: docs/conf.py \ No newline at end of file