diff --git a/.readthedocs.yml b/.readthedocs.yml index 49f07e7..0ab9a1d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -31,10 +31,13 @@ build: # golang: "1.19" conda: - environment: environment-docs.yml + environment: environment.yml # Optionally set the version of Python and requirements required to build your docs python: - install: - - requirements: requirements_docs.txt + install: + - method: pip + path: . + extra_requirements: + - dev