diff --git a/.readthedocs.yml b/.readthedocs.yml index 2f6f232e..6f00923b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,10 +18,6 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 - install: - - method: pip - path: . - extra_requirements: - - testing - system_packages: true \ No newline at end of file + version: 3.7 + install: + - requirements: docs/requirements.txt \ No newline at end of file