diff --git a/.readthedocs.yml b/.readthedocs.yml index 26d940b..5ac95a5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,10 +5,10 @@ version: 2 # Set the OS, Python version and other tools you might need build: - os: ubuntu-22.04 - tools: - python: "3.9" - # Specify other tools if needed + os: ubuntu-22.04 + tools: + python: "3.9" + # Specify other tools if needed # Build documentation in the docs/ directory with Sphinx sphinx: @@ -23,5 +23,5 @@ sphinx: # Declare the Python requirements required to build your documentation python: - install: - - requirements: docs/requirements.txt + install: + - requirements: docs/requirements.txt