diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1318d5c3..3c36b233 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -28,6 +28,6 @@ sphinx: # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: - install: - - requirements: docs/requirements.txt - - method: pip \ No newline at end of file + install: + - requirements: docs/requirements.txt + - method: pip \ No newline at end of file