diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 91% rename from .readthedocs.yml rename to .readthedocs.yaml index b96dcf4..1fddd53 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yaml @@ -20,4 +20,4 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: install: - - requirements: doc/rtd-requirements.txt + - requirements: docs/rtd-requirements.txt